Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #912207

    Hello Team,

    Menu is setup to use full page width. However, the menu on one of the pages is narrow (ao24px). I cannot find anything in style.css to restrict the menu width.

    Is there another place I should check for setting the menu width for a single page?

    Thanks for your support!

    ofekw

    #912355

    Hey ofekw,

    I see this code in your style.css affecting it:

    .page-id-2 .main_color.container_wrap_first.container_wrap.fullsize, .page-id-294 .container_wrap, .html_entry_id_239 .container_wrap {
        max-width: 1024px;
        margin: 0 auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: inherit;
        display: block;
    }

    to fix it without remove your code, add this css code:

    .page-id-294 #header_main {
        max-width: 100% !important;
    }

    Hope this helps:)

    Best regards,
    Nikko

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