Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #333946

    Hi guys!

    We’ve created a full width page with CSS (we reduced the width): http://ownyourbrain.org/book/

    The page looks great, but the menu is also shrinking in width. How can I tweak the following CSS so that the menu area does not change in width?

    /* CENTER CONTENT DIV WHEN USING FULL WIDTH TEMPLATE */
    .page-id-3236 .entry-content {width: 900px !important;}
    .page-id-3236 .container {width: 900px !important;}

    Thanks!! :)
    matt

    #333958

    Hi DianeBenscoter!

    Please use following code to do so

    #header_main .container {
    width: 1040px!important;
    }

    and adjust as needed

    Cheers!
    Yigit

    #334004

    Hey Yigit! Wow, thanks for the fast reply :) !!

    It worked perfectly! Have a great day ;)

    #334007

    Hey!

    You are welcome Matt, glad we could help! :)
    Have a great weekend!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main Menu to full width with custom page’ is closed to new replies.