Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • shanty Friend
    #195350

    Hi there*

    I’ve managed to set the site into full width using custom.css as follow

    @media (min-width: 1200px) {
    .container {
    width: 1268px;
    }
    }

    However how do I keep the site in the center? *Because at the moment the whole site (header, content & footer) has shifted to the left. I’d like to maintain the original site width in the center but with full screen width wrapper.

    Thanks a lot.

    chavan Friend
    #524891

    Try this code


    @media (min-width: 1200px) {
    .container {
    width: 1268px;
    margin:0 auto;
    }
    }

    shanty Friend
    #524895

    Hi there,

    I’ve tried the code but the site still on the left not centered (nothing change).
    Any extra code?


    1. print-screen
    chavan Friend
    #524923

    Please post your site Url

    shanty Friend
    #524948

    I have PM you. Thanks.

    chavan Friend
    #524957

    Do you want something like this ?


    1. Home-2014-03-03-07-30-16
    shanty Friend
    #525002

    Hi there,

    to change from im1 to im2 (centered). Please see images attached.

    thanks.


    1. im1
    2. im2
    chavan Friend
    #525031

    Go to this File: /templates/ja_beranis/css/template.css

    Add this code

    .row { margin: 0 auto !important; width: 960px !important; }

    shanty Friend
    #525184

    Hi there,

    I have added the code and yes, the site moved to the center.
    However, when I viewed it on the large screen, it isn’t full width. Is it possible to make it full width on all size of screens (fluid)?

    But the biggest problem, once I added the code, the site is not loaded properly on tablet or mobile.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  shanty 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum