• Hi,
    how can I move the hole menu a little bit to the right side?
    regards
    Marta

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    Are you wanting the header to stretch beyond the container width? If so, you can use css like this:

    @media (min-width: 992px) {
    div#kad-shrinkheader {
        max-width: 1500px;
        width: 100%;
    }
    }

    You can paste that into your custom css box in Theme Options > Custom CSS. Let me know how it works for you!

    Best,
    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Menu on right’ is closed to new replies.