We’re migrating to our new support system at https://support.neuronthemes.com/ please create an account and submit all new support tickets there to ensure faster and more efficient assistance.
If it doesn't work, can you please provide me with your wp-admin, so I can have a quick look to see what's going on, make sure to click on private reply.
Hi,
How can i set the layout for desktop to box style or set the left n right padding?
I can't find any setting for box style or fullwidth.
Thank You,
Mun
Hi,
I am very sorry for the late reply, we were not working on the weekend.
Can you please add the following code at Appearance > Customize > Additional CSS with the width you want to set.
body .wrapper .container { width: 1140px !important; }Feel free to ask for anything you need.
Kind Regards
Hi,
Thanks for the reply, it works with desktop but it affected the mobile version. We would like the mobile like current responsive.
Regards,
Mun
Hi,
Okay, so please add the following code to Appearance > Customize > Additional CSS.
@media (min-width: 768px) { body .wrapper .container { width: 1140px !important; } }Feel free to ask for anything you need.
Kind Regards
Hi,
Thanks! It works! Now, I would like to increase the padding between the content and the side bar. Is there any way?
Hi,
Can you please add the following code at Appearance > Customize > Additional CSS?
@media (min-width: 992px) { .col-md-3 .sidebar{ padding-left: 30px; } }Feel free to ask for anything you need.
Kind Regards
Hi,
Thanks for the rapid reply. However, seems like nothing happened after adding the code.
Hi,
Please try to add the following one,
@media (min-width: 992px) { .col-md-3 .sidebar{ padding-left: 30px !important; } }If it doesn't work, can you please provide me with your wp-admin, so I can have a quick look to see what's going on, make sure to click on private reply.
Feel free to ask for anything you need.
Kind Regards
Hi,
I've updated both of the codes, can you please take a look at them.
Feel free to ask for anything you need.
Kind Regards
Hi Mun,
I've fixed it, please can you check it.
- https://prnt.sc/115p4w0
Feel free to ask for anything you need.
Kind Regards
Hi,
It's perfect. Lots of thanks for the support.
Regards,
Mun
You are welcome anytime, feel free to ask for anything you need
If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.
Kind Regards,
NeuronThemes