• I am using optimizer theme and i want to change the padding of the homepage so that i can use full width to set background color for some elements in the content.
    I tried to do this with
    `.center { width:100%; }
    but it change the padding of the icom menu bar and footer.
    is there any solution to this?
    My website this is the page i am building and will use it as a static page for domain.
    please help ??

Viewing 1 replies (of 1 total)
  • hai tejaschaudhary15

    try this one on your css

    .header .center {
    overflow: hidden;
    margin: 0 8px;
    width: 98%;
    }
    .logo {
    width: 12%;
    float: left;
    margin-top: 20px;
    }
    .head_inner {
    width: 98%!important;
    }
    div#topmenu {
    margin-top: 66px;
    margin-left: 23px;
    width: 100%;
    }
    .menu-header {
    width: 77%;
    float: left;
    }
    .head_soc {
    width: 10%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘how to change the padding of a theme for a single page whose width is inherited’ is closed to new replies.