Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sjones54 Friend
    #200991

    Hi….I want to increase the width of this template to 1100 which I’ve done by putting this in a custom.css:

    /*Increase the width of JA Beranis on desktop view*/
    @media (min-width: 1200px) {
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
    width: 1100px;
    }
    }

    That’s worked fine, but the content is centred to the left.

    Ideally I need to have the content centred with about 20px padding around it on either side.

    Any ideas?

    sjones54 Friend
    #547939

    Update…..now fixed by adding this!

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

    .span12 {
    width: 1100px;
    }
    }

    vmalyshev Friend
    #551018

    Hi
    This did not work for me. I am doing it in file “css/template-responsive.css” in template “ja_beranis”
    Am I doingit the right way>
    THanks

    Eragon H Friend
    #551059

    If you want to change as sjones54 suggested, you should add the code below to the file root/templates/ja_beranis/css/custom.css (create a new file if unavailable)

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

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

    If it’s not of what you’re trying to achieve, kindly let me know by screenshot with description, I can have a look.
    Remember to share your site URL and a temporary admin account.

    vmalyshev Friend
    #551262

    the code you gives this….not sure its a good solution


    1. Width-of-site1
    Eragon H Friend
    #551277
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Eragon H 10 years ago.

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