Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #393666

    Hi,

    I’m looking for a way to make header (mean menu bar) and footer in 100% width (and this is easy thanks to general layout->dimensions->maximum Container width) BUT I want to make at the same time to have rest of the content (mean everytihng besider footer and headr) with maximum container width on 1130px.

    Help how to achieve it?

    #393910

    Hey dawiditaxi!

    Try adding this to your custom CSS.

    #main .main_color, #main .alternate_color { max-width: 1130px !important; }
    

    Your link is not letting me in after using the login information.

    Regards,
    Elliott

    #393958

    thnx for response, but the effect is not that I want:
    1. ok, all main content is 1130 px now but:
    2. everything is aligned to the left side, giving white awful column on right side to the edge of the window
    3. last thing i’ve didn’t mention before – backgrounds of each color section should be still full-width, only content should be limited by 1130 px

    #393959
    This reply has been marked as private.
    #394499

    Hi,

    Any progress in my case?

    #394520

    Hey!

    Authentication required. Please post username and password for it as well.

    Regards,
    Yigit

    #394521
    This reply has been marked as private.
    #394528

    Hey!

    They are not working for authentication – http://i.imgur.com/RrYECM5.png?1

    Regards,
    Yigit

    #394582

    Hi!

    Please add following code to Quick CSS

    #main .container {
    max-width: 1130px;
    }
    #socket .container {
    max-width: 100%;
    }

    Regards,
    Yigit

    #394587

    it works, thnx Yigit!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Header and footer full width container but main content 1130 px’ is closed to new replies.