• Hi,
    I am trying to make the header into a thinner band so it doesn’t take up as much of the page. I can see a top and bottom margin on the logo and tried adding this style to overrride
    .header-logo { margin: 0 0 important!;}
    but it has had no effect. What will work for this?
    thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    if possible, please post here a link to your website so I could see your header configuration. This CSS should work:

    #wrapper .header-logo {margin: 0 !important;}

    Best regards
    Tomas Toman

    Hello Tomas,

    Good day!

    I have put a slider and there’s space between the header and the slider. I’d like to know how I can adjust or remove the space between the header and the slider? Thanks. ??

    Best Regards,
    Ivan

    Theme Author TT Themes

    (@tomastoman)

    Hi Ivan,

    if possible, please post here a link to your website so I could check it.

    Best regards,
    Tomas Toman

    Hello Tomas,

    Good day!
    Sorry for delayed response.
    The website link is https://costoiatimecard.com/.
    Thanks. ??

    Best Regards,
    Ivan

    Theme Author TT Themes

    (@tomastoman)

    Hi Ivan,

    thank you for the link. This custom CSS should hide the empty space above the slider:

    .home #main-content {margin-top: 0;}
    .home #main-content #content .entry-content p {margin-bottom: 0;}

    Best regards,
    Tomas Toman

    Hello Tomas,

    Cool! Thank you so much for your help. Have a great day and God bless you always. ??

    Best Regards,
    Ivan

    Theme Author TT Themes

    (@tomastoman)

    Hi Ivan,

    I am glad that it helped!

    With the best wishes,
    Tomas Toman

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘remove or adjust margin on header’ is closed to new replies.