Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2980053
Post Width Adjustment
Closed

Comments

  • AlexBepunkt started the conversation

    Hello,

    Where is the option for the pages to adjust to the same width as the header navigation? Seems that the left and right nav bars have a good with but the page between to small.

    https://www.mouseclick.com/2018/05/15/das-haus-am-strand-abschied/

    Can you please point me in the right direction?

    Regards,
    Alexander

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:

    @media only screen and (min-width: 1200px) {
        .single .site-main>.penci-container,
        .single .site-main .penci-entry-media+.penci-container,
        .single .site-main .penci-entry-media .penci-container {
            max-width: 1430px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    Regards,
    PenciDesign.



  • AlexBepunkt replied

    Hello,

    Thanks, works perfect!

    Isn't that something that should work without any additional CSS or at least with a Customizer option?

    Or did I choose something weired in the setup and now need a CSS fix?

    Regards,
    Alexander

  •  2,492
    PenciDesign replied

    Hi,

    This is the best method for your site at this time. We'll improve the code on the future theme update.

    Regards,
    PenciDesign.


  • AlexBepunkt replied

    Hello,

    Thank you for your reply and your constant work.

    Much appreciated!

    Regards,
    Alexander