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 #2334379
reduce soledad theme width
Closed

Comments

  • saberulhoque started the conversation

    Hello

    I want to reduce soledad theme width but not seeing any options for that, please let me know how can I do that.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site URL to I can take it a look on this.


    Best Regards,

    PenciDesign

  • saberulhoque replied

    Hello

    Here it is http://n9in.com/wordpress/. I like to make this theme width as 1170px.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    You can go to Pages > All Pages > edit your homepage by use Elementor > and check this image to know how to do that: http://prntscr.com/rkjotw

    Note: Make sure total of your columns is 100%


    Best Regards,

    PenciDesign

  • saberulhoque replied

    Hello

    If I not use eliminator is there any other easy way to change theme width site wide?

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    If you don't use Elementor to config your homepage, you can add more this code to Customize > Custom CSS to change it:

    @media only screen and (min-width: 1170px){
    .penci-single-style-10 .penci-single-s10-content, .container.penci_sidebar #main{ width: 75%; }
    .penci-sidebar-content{ width: 25%; }
    }
    

    Change values 75 & 25 on the above code to values as you want. Make sure total of this 2 values is 100.

    Example:  74 & 26


    Best Regards,

    PenciDesign