Placing a line below the Menu – Forever Theme

  • Unknown's avatar

    I’m not sure if these questions have been asked before but I have looked through the forum and haven’t seen it for the Forever Theme. I apologize in advance if I missed it.

    I’m looking to place a thin border below the menu to separate it from the content below. Is there a way I can do that with this theme?

    I also can’t figure out how to reduce the sizeable gap between the Header image and the menu; also between my Title Header and my Post Content. Does anyone know how to reduce the space?

    Any help you can give, I’d appreciate. Thank You.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi @purecomplex,

    I hope you are well today and thank you for your question.

    place a thin border below the menu

    reduce the sizeable gap between the Header image and the menu; also between my Title Header and my Post Content

    Try using following CSS code using CSS editor to achieve it.

    #masthead #access {
        border-bottom: 1px solid #eee;
        margin-top: 0;
    }
    a.custom-header {
        max-height: 150px;
    }
    .post .entry-header .entry-meta {
        padding-bottom: 0;
    }
    div.entry-content {
        margin-top: 0;
    }

    Best Regards,
    Vinod Dalvi

  • Unknown's avatar

    I apologize for the late response, but thank you so much @vinoddalvi. It worked and I love it!

    Thanks again, I appreciate it!

  • Unknown's avatar

    You are most welcome, if I can be of any further assistance please don’t hesitate to ask :)

  • The topic ‘Placing a line below the Menu – Forever Theme’ is closed to new replies.