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 #2518233
Width
Closed

Comments

  • fourkan started the conversation

    Hi,


    How do i reduce total width of the site on pc? i could not find this option in the theme customizer?

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 1170px){
    .container{ width: 960px; }
    }
    

    Change value 960 to value as you want.

    Best Regards,

    PenciDesign

  • fourkan replied

    Ok thanks but i was thinking the whole site starting from top bar and header , is possible to reduce these too to same width?

    Regards.

    Fourkan

  •  2,699
    PenciDesign replied

    Hi,

    This doesn't apply for navigation because you've selected to display navigation full width via Customize > Logo and Header Options > Custom Header Width. Let's change it back to "Width: 1170px"


    Best Regards,

    PenciDesign

  • fourkan replied

    Hi,

    it was already set at Width: 1170px ?

  •  2,699
    PenciDesign replied

    Hi,

    Ahhh, sorry. This caused by you're using Header Style 9 - it's full width header style.

    Please go to Customize > Logo and Header Options > on "Header Layout" > select "Header Style 6"

    After that, check it again.


    Best Regards,

    PenciDesign