Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • nennker Friend
    #195659

    Hi,

    where I can change the background color on the left und right side of the content area?
    I would like to enter the changes in custom.css.

    See the demo picture. I want to change the red area


    1. background
    TomC Moderator
    #526180

    So that I can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “Off” within your Template Manager–General settings.

    chavan Friend
    #526204

    Go to this Custom.css

    Replace this code

    .slideshow { background: none repeat scroll 0 0 #63a5dc; border-bottom: 1px solid #EEEEEE; padding: 40px 0; }

    with

    .slideshow { background: none repeat scroll 0 0 #FF0000; border-bottom: 1px solid #EEEEEE; padding: 40px 0; }

    nennker Friend
    #526237

    I don`t mean the background of the slideshow, but the right and left margin below the slideshow module.

    Left and right next to the module sidebar-1 / sidebar-2 or position 5

    I have highlighted the area in red – http://www.fvs.nennker.de

    chavan Friend
    #526287

    Add this code to custom.css

    #t3-mainbody{
    background:#FFF;
    }

    .slideshow .container {
    padding: 0 !important;
    }

    .slideshow .container img{
    width:100%;
    }

    .t3-wrapper{

    background: #63A5DC !important;
    }

    nennker Friend
    #526308

    Hi, thanks for your work, that it is not the result I wish.

    See the result after changing the custom.css

    And here the result I would like to have:


    1. after-changing-custom.css_
    2. wish-like-this
    chavan Friend
    #526383

    Add this code to custom.css

    .t3-wrapper{

    background: #F7F7F7 !important;
    }

    #t3-mainbody{
    background:#FFF !important;
    }
    .slideshow .container {
    padding: 0 !important;
    }

    .slideshow .container img{
    width:100%;
    }

    nennker Friend
    #526421

    I changed the custom.css. To see the reult in a better way I uses the color #123456

    My wish


    1. changed-custom_css
    2. wish-like-this
    nennker Friend
    #526429

    Hi, I disabled the positions 1 to 4. These were used on the demo page

    Now I`m using an artikle with the images and it`s ok.

    http://fvs.nennker.de

    Many thanks.

    Only the main menu is narrower on the left and right sides.

    chavan Friend
    #526462

    I think your site looks good, please post a screenshot of the main menu what you say is narrow. I couldn’t find that.

    nennker Friend
    #526473

    There was one setting in your css code, which has ensured that the main menu was narrower.

    I made another entry in custom.css.

    /* Ausnahmen für den container-Rand / exception for the container edge mainmenu */
    #t3-mainnav .container {
    padding:0;
    }
    .head-search, .navbar-toggle + .head-search {
    right: 0;
    top: 0;
    }

    Now it`s ok.

    Many thanks chavan

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

This topic contains 11 replies, has 3 voices, and was last updated by  nennker 10 years, 7 months ago.

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