Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Padding around logo and search bar removal #9491
    joecool3216
    Participant

    Hi Sakin. Thanks for all your helpful coding tips. I have a question about the header in a responsive mode (iPhone). On a full site, there is no padding around the header because I entered the custom CSS code…however…when viewing on an iPhone, the padding returns. I tried to find the CSS code in the style.css but not sure which one to change. I would appreciate any help. Thanks again.

    in reply to: Header question #9490
    joecool3216
    Participant

    Yes it can. Add the following CSS to the custom CSS under Theme Options. I am still trying to figure out where to change the responsive coding.

    Change the padding to your desired border…leave at 0 if yo don’t want a border.


    @media
    screen and (min-width: 1060px) {
    #site-logo { padding-top: 0px; }
    #hgroup-wrap { padding-left: 0px; padding-bottom: 0px; padding-right: 0px;}
    }

    I hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)