Home Forums Theme Support MyUniversity Changing margin of only header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9444

    Hi, I want to change the margin of my header file. How do I do that? I tried using changing the margin of container but it resulted in margin change of the whole website which I do not want.

    I want to change only the left and right margins of the header.

    #9449

    Hi there,

    I don’t really understand what margin are you talking about. Can you please post a screenshot?

    Cheers!
    Chris

    #9456

    I’ve attached the screenshot. I wanted to remove/reduce the horizontal margins from the header beside the logo and menu.

    #9473

    Hi there,

    There is no margin between the logo and the menu.

    If you want to reduce the margins between the menu items so it fits better you can paste this in the theme options page > Styling > Custom CSS box:

    .sf-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }

    Adjust the 15px as needed.

    Cheers!

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

You must be logged in to reply to this topic.