[Resolved] Horizontal lines over/under primary menu

Home Forums Support [Resolved] Horizontal lines over/under primary menu

Home Forums Support Horizontal lines over/under primary menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1085742
    italiensk-tolk

    Hi GP

    I’ve added this custom css found in the forum:

    .main-navigation {
        border-top: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa; 
    }

    It’s adding the lines over/under the primary menu as seen here: new.italiensk-tolk.dk

    I would very much like to adjust the lines so they:
    1) align with the text (left/right) and
    2) are adjusted a few pixels away from the menu (up/down) as seen in the old theme: italiensk-tolk.dk

    Thansk from a very satisfied GP user in Denmark 🙂
    Regards
    Michael

    #1085745
    italiensk-tolk

    I would be happy if anyone could tell me whether I should look at css or background graphics.
    Thank you.

    #1085971
    David
    Staff
    Customer Support

    Hi there,

    remove the CSS you have added for the borders and try this instead:

    @media (min-width: 769px) {
        .main-navigation .inside-navigation {
            margin: 0 40px;
            border-top: 1px solid #aaaaaa;
            border-bottom: 1px solid #aaaaaa;
            padding: 5px 0;
        }   
    }
    #1085979
    italiensk-tolk

    PERFECT David – thanks a lot!

    #1085980
    David
    Staff
    Customer Support

    You’re welcome

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