Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11410
    alessandra
    Member

    Hi, I’m new at this forum. I’ve got an issue…I have a thiny line at the bottom of my pages, just above the copyright footer! Is it possible to remove it?

    #11444
    Sakin
    Keymaster

    @alessandra: Send me your site URL. So, that I can check in the code to remove that.

    #11461
    alessandra
    Member

    The URL: slengineering.it.
    Could I ask you how can I reduce the distance between the header box and the menu bar and that from the bottom page to the footer?
    Thank you so much

    #11469
    Sakin
    Keymaster

    @alessandra: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .site-content article { border-bottom: none; }

    #11471
    alessandra
    Member

    Ok.thank you so much.
    What about the thiny line?

    #11472
    alessandra
    Member

    Ops…I’m sorry! Actually Your answer was about the thiny line…..
    What about the possibility to reduce the distance between the header box and the menu bar and that from the bottom page to the footer?

    #11495
    Sakin
    Keymaster

    @alessandra: You can adjust the padding bottom as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap {
        padding-bottom: 50px;
    }

    I don’t get is what you mean by bottom page to footer.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Thiny line at the bottom of my pages…how can I remove it?’ is closed to new replies.