Home › Forums › Jevelin Theme › Boxed layout
Home › Forums › Jevelin Theme › Boxed layout
Hi, how can i change the boxed layout left and right padding. There is an 45px!important and i cant override this.
And how can i set up the sliderrevolution inside this boxed layout.
Please see this site http://www.grupomsh.com.ar/nuevaWeb/servicios
Hi @daptee,
I hope you are well today and thank you for your question.
You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body #page-container .container { padding-left: 25px!important; padding-right: 25px!important; overflow: hidden; } .rev_slider_wrapper { max-width: 100% !important; left: 0 !important; }
Best regards,
Shufflehound team
Thank you very much for the reply.
One question more please. How can i say to the site that when is mobile i will the full width page, and not the boxed style.
Thanks
To achieve that you have to develop more custom code. You can try using Yellow Pencil editor as described in the below page to achieve this.
https://support.shufflehound.com/how-to-change-almost-any-element/