test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • robyrom Friend
    #199582

    I have no need to use canvas menu so I put it off but now I have two big empty dark grey columns on the right and the left of the home page. Is there a way to get off of them? Thanks.

    TomC Moderator
    #541913

    So that we can try to best assist you, please provide the url of the site you’re working on.

    robyrom Friend
    #541915
    TomC Moderator
    #541916

    So are you wanting your site to be 100% width of browser window … or are you wanting the grey background color to be a different color (or white) ??

    robyrom Friend
    #541919

    I would like to try 100% of scree resolution.

    TomC Moderator
    #541920

    To get it looking right, you will need to modify a few different CSS rules.

    Assumign you are using the J3.x/T3V2 version of JA Biz – and if you haven’t done so already – create a new file called “custom.css” within file path –> /templates/ja_biz/css

    Within that custom.css file, paste the following CSS rules:


    .container {
    width: 100%;
    }

    .t3-slideshow .container {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    }

    .home .t3-mainbody {
    padding-top: 70px;
    }

    body {
    background: url("/joomla3/templates/ja_biz/images/bg-body.png") repeat-x scroll left top #FFFFFF
    }

    How does that look?

    robyrom Friend
    #541963

    Thanks for your kindness but these rules appear only to replace the grey border with a white one. I would like to expand all the contents of the page. Have I to change some of the rules you suggested? Doing so should I have to change the dimensions of the big image accordingly?

    TomC Moderator
    #541985

    Well, you can try the following for the CSS rule below:

    .t3-slideshow .container {
    width: 100%;
    }

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

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

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