Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1236025
    jessie l
    Participant

    hot can i put white background in all pages and blog pages with out affecting the footer
    i made a changes on my site and i want all default pages, and blog pages, post page, and all template to be white background without affecting the footer area

    please check site

    http://chiselblue.com/myalliancenew/ – good using cornerstone
    http://chiselblue.com/myalliancenew/asdfsf/ – not good usinng fullwidth template
    http://chiselblue.com/myalliancenew/news/ – not good this is my blog page
    http://chiselblue.com/myalliancenew/new-copywriting-positions-available/ – not good this is my single post page
    http://chiselblue.com/myalliancenew/sdfsdfds/ – not good this is my default template

    thanks

    #1236327
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site > .x-container.max.width {
        background-color: white;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }
    
    .site > .x-container.max.width > div {
        width: 88%;
        max-width: 1170px;
    }

    We would loved to know if this has work for you. Thank you.

    #1237275
    jessie l
    Participant

    wow it works.
    but i have another problem i just notice now.
    it’s happen sometimes when you scroll down then going back scrool up.

    by the way it’s before adding the code you give me so it’s nothing to do with your code 🙂

    see attached image

    #1237340
    jessie l
    Participant

    attached is the screenshots

    #1237389
    Rad
    Moderator

    Hi there,

    Please add this as well,

    .masthead {
    min-height: 138px;
    clear: both;
    }

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1236025 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>