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*

Top margin

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #7469
    Allan
    Participant

    Sorry. I posted the question in a wrong forum previously so I try again in this Premium area:

    Great theme.
    I’d like to decrease the top margin and tried with
    .hgroup-wrap {
    padding-bottom: 0;
    padding-top: 0;
    }

    Unfortunately it does not seem to work.

    Generally I think it would be great if I can adjust margins for instance between menu and content on pages.
    Can you help?

    http://politikerhjemmeside.dk/

    #7486
    Sanjip Shah
    Participant

    @Allan For this you can go to dashboard, Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    #access {
        margin-bottom: 5px;
    }

    You can increase/decrease the 5px value according to your choice.

    #7501
    Allan
    Participant

    I tried to paste your lines into the CSS unfortunately without luck.
    You see, I would like to remove the empty space above the logo so people do not have to scroll too much.

    This is my Custom CSS:

    div.hgroup-wrap.clearfix {
    height: 150px !important;
    padding: 40px !important;
    }
    .entry-title{
    display:none !important;
    }
    .hgroup-wrap {
    padding-bottom: 0;
    padding-top: 0;
    }
    #site-logo {
    margin-top: 0;
    }
    #access {
    margin-bottom: 5px;
    }

    #7537
    Sanjip Shah
    Participant

    @Allan Please remove your css and try the following in the custom css.

    .hgroup-wrap {
    padding-bottom: 0;
    padding-top: 0;
    }
    #access {
    margin-bottom: 0;
    }
    .hgroup-wrap img {
        margin-bottom: 0;
        margin-top: 0;
    }
    #7564
    Allan
    Participant

    Thanks a lot 🙂

    #7582
    Sanjip Shah
    Participant

    @Allan Okay. Great!

    #7927
    Jean-Marc
    Member

    Thanks for posting this, super useful. Could you comment on what it needed to make the name of the page go higher on the home page, again it’s a little too much wasted space. THX

    #7933
    Sanjip Shah
    Participant

    @Jean-Mar Try the following css.

    #main {
        padding-top: 30px;
    }

    You can change the px value to your liking.

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