Header Image Issues

Discussion in 'Slice WordPress Theme' started by bwdaugherty, Dec 13, 2013.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I read previously that this theme allows for a 600 px header image. Unfortunately in all mobile versions of the slice theme using various logo sizes from 600 px - 200 px, still creates large spaces and a very small logo. Please advise. Citleg.org
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header-container .header .logo img {
    max-width: 100%;
    width: auto;
    height:auto;
    }
    This will solve your issue.
     

Share This Page