test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • cozachevici Friend
    #189799

    Hello,

    What can i do in order JA Beranis to be on full width.

    I want no margins to left and right as it is now.

    Thank you !

    phong nam Friend
    #502682

    Hi cozachevici,

    You can make the JA Beranis template to be on full width by creating a custom.css file at templates/ja_beranis/css/ folder, then put below css codes into:

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

    You maybe need to adjust the sections’ layout to fit with the full-width.

    cozachevici Friend
    #503307

    Thank you for help, seems to work in part, as you said i may need to adjust the sections layouts to fit full-width.

    Can you pls guide me here, as i have no idea where 🙂

    Thank you !

    phong nam Friend
    #503339

    Hi cozachevici,

    You can try to put below codes into custom.css file too, these will make the content-mass-top and spotlight section look full-width. Other sections are loading the width:100%; you don’t need to change.

    @media (min-width: 1200px) {
    .span8 {
    width: 780px;
    }

    .span12 {
    width: 1260px;
    }
    }

    vmalyshev Friend
    #551022

    Hi Leo

    Found your older post.

    Did you mean adding the last code to the first one? Or replacing some of the paras of the first one with the second one?

    Thanks

    Eragon H Friend
    #551065

    You can add the below code to the file templates/ja_beranis/css/custom.css (create a new one if unavailable) for this purpose

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

    .span8 {
    width: 780px !important;}

    .span12 {
    width: 1260px !important;}
    }

    vmalyshev Friend
    #551268

    Thanks, but the menu options still are left centred.
    Also as you can see margins on the left are smaller than on the right. How to deal with that?
    Thanks for your help


    1. Width-of-site2
    vmalyshev Friend
    #551270

    Thanks, it has helped a little, but menu is still left centered, also margins are not the same on right and left sides. Ones on right look better. Thanks.


    1. Width-of-site2
    Eragon H Friend
    #551280

    1. For the menu, you can fix it by add the below code to the custom.css

    @media (min-width: 1200px) {
    .span10 {
    width: 1100px !important;}
    }

    2. Can you share your site URL and illustrated screenshots with description of how you want to change? It will help to assist you better

    vmalyshev Friend
    #551361

    its fixed t. thanks.

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

This topic contains 10 replies, has 4 voices, and was last updated by  vmalyshev 10 years, 2 months ago.

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