Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020094
    incommon
    Participant

    Hello, I have tried all css I could find on here to correct this with no luck.

    I simply want my post content container to be the same formatting as pages are. (development site)
    Post example page: http://build.fabacademy.ca/test-post/

    Page content example: http://build.fabacademy.ca/about/

    As you can see the post page has an inner container, not allowing content to go to the left and right edges of the site.
    I am sure this is a simple fix, however I cannot figure it out.
    Thanks for any help

    (Working with most current / updated versions of all tools)

    #1020231
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .page .entry-content {
        margin: 0 10%;
    }
    

    Hope that helps.

    #1021171
    incommon
    Participant

    Sorry that does not seem to work, I even tried deleting all css, then entering the code above, just to be sure of any conflicts. Do you have another option?

    I would be happy to give you an admin user if you need.

    #1021622
    Nico
    Moderator

    Hi There,

    Would you mind sharing us your admin credentials so we could check your setup closer.

    Don’t forget to set it as private reply.

    Thanks.

    #1022540
    incommon
    Participant
    This reply has been marked as private.
    #1022853
    Nabeel A
    Moderator

    Hi again,

    Please try adding the following code in your Customizer:

    .entry-content {
        padding: 0 !important;
    }

    Let us know how this goes!

    #1022930
    incommon
    Participant

    EXCELLENT! This worked perfectly, thank you very much for the help. I have managed to find most answers I need via other peoples q&a in your forum, however my first personal support experience with your company is awesome. You have a lifetime client here.

    Cheers and thanks again!

    #1023436
    Prasant Rai
    Moderator

    Thanks for the good words. It means a lot to us. Feel free to ask us again. Have a great day! 🙂

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