Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198654
    codevanilla
    Participant

    Hi Guys

    I am wanting to remove the padding in the left hand side of the post. I will post a link to follow.

    Thanks
    M

    #1198656
    codevanilla
    Participant
    This reply has been marked as private.
    #1198975
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve your issue which removes the padding of the content area, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-content-sidebar-active .x-container.main:before {
        right: auto;
        left: -1%;
        width: 74%;
    }

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

    #1199627
    codevanilla
    Participant

    Hi Rue

    Thanks for getting back to me. Unfortunately that CSS doesn’t affect what I was intending.

    I am referring to the 45 pixel difference between the left position of the article title/date and the actual content which begins “by Timothy…”

    If I add this it does work it but this seems an odd fix. The section which was created in Cornerstone has 0px set for the left margin so I’m not sure where the 45 value is coming from.

    .x-section {
    margin-left: -45px !important;
    }

    Thanks
    Matt

    #1199923
    Lely
    Moderator

    Hello Matt,

    That is your section container. On the customizer, Appearance > Customize > Layout and Design > Site Width: this is set to 88%. To remove that and make the content aligned or be 100%, please click the Section > ROW > Set Column Container to OFF. No need to add the section CSS fix.

    Hope this helps.

    #1203816
    codevanilla
    Participant

    Thanks, the only fix required was to adjust the row…
    Section > ROW > Set Column Container to OFF.

    Thanks
    Matt

    #1203852
    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂

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