badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Header sitting lower on mobile version

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26491
    Bel
    Participant

    Hi I want the header to sit lower when displayed through the mobile version of the attitude theme. I was given this code however it doesn’t seem to be working.


    @media
    only screen and (max-width: 767px) {
    #site-logo {
    margin-top: 10px;
    }
    .hgroup-wrap {
    padding-bottom: 10px;
    }
    .hgroup-right {
    margin-top: 17px;
    }
    }

    Thanks heaps!

    #26560

    HiBel,

    You can decrease the above digit value as your need.
    Anyways I have reduced it please go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        padding-bottom: 5px;
    }
    .hgroup-right {
        margin-top: 12px;
    }
    #site-logo {
        margin-top: 5px;
    }

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.