Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278949
    keith s
    Participant

    I have done a lot of modifying of the CSS and the normal page layout and it seems to be biting me in the behind. I am almost done and have one more issue. The posts page does not have any padding in the right side of the page body. Anything I modify effects the other layouts for the homepage and subpage. Since it’s a post I have no control over the section/row/column padding. Please advise. Thank you.

    Examples:

    News item created from post – http://edgertonksdev.org/edgerton-news-headline-four/ *Padding issues.

    Sub page – http://edgertonksdev.org/about/

    Home page – http://edgertonksdev.org/

    #1279137
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-container.max.width.offset {
        width: 89% !important;
        padding: 0 20px !important;
    }

    Let us know how this goes!

    #1279186
    keith s
    Participant

    I left it in place. You can see that it takes away from the other pages width yet leaves the header and footer at 1200 pixels.

    #1279498
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Sorry if it didn’t quite work out well. Please remove the given css from our previous reply. You can make use of this code instead:

    @media(min-width:980px){
      .x-main.right {
        padding-right: 30px;
      }
    }

    And you should have something like this: http://prntscr.com/deq8ed

    Hope this helps. Please let us know how it goes.

    #1279808
    keith s
    Participant

    That worked great for desktop view. It removes all padding at smaller widths. I also have one more issue and that is the header does not stay contained on smaller widths. When it goes to 320px wide the header still stretches the entire width of the viewport. This exists on all templates. If I can get these two items addressed I am good to go.

    I cannot thank you enough for your assistance.

    News item created from post – http://edgertonksdev.org/edgerton-news-headline-four/

    Sub page – http://edgertonksdev.org/about/

    Home page – http://edgertonksdev.org/

    #1280165
    Rad
    Moderator

    Hi there,

    Please add this CSS as well,

    .masthead {
    width: 88%;
    }

    Cheers!

    #1280675
    keith s
    Participant

    So far so good! Thanks so much for your assistance.

    #1280840
    Rad
    Moderator

    You’re so much welcome!

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