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 #2881551
Page width / Padding
Closed

Comments

  • farajam started the conversation

    I need to do the following:

    • Make the start and the end of the page aligned as the start & end of the navbar
    • Increase the space between sidebar and main container
    • Increase space between section
  •  2,492
    PenciDesign replied

    Hi,

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

    .container {
        max-width: 1400px;
        width: 100%;
    }

    Regards,
    PenciDesign.


  • farajam replied

    Thank you it worked.

     I am still wondering about those two things also:

    • Increase the space between sidebar and main container
    • Increase space between section

    So. how can I change them?

    Appreciate your help!


  •  2,492
    PenciDesign replied

    Hi,

    1. For the spacing between the sidebar and main container, please go to Appearance → Customize → Sidebar → General: Space Between Sidebar & Content,

    2. For the spacing between sections, please add this CSS:

    .featured-area {
        margin-bottom: 60px;
    }

    Regards,
    PenciDesign.