I'm making a new homepage for someone who uses your theme. On this new page I put a staff carousel, but there is an unwanted margin to the left of it. It should be full width. This is especcially ugly on a mobile screen. Can you tell me how to fix this?
Hi,
I'm making a new homepage for someone who uses your theme. On this new page I put a staff carousel, but there is an unwanted margin to the left of it. It should be full width. This is especcially ugly on a mobile screen. Can you tell me how to fix this?
Hello Martijn,
Add this custom css ( thefox > styling options ) :
.full-width-content .staff_sc.rstaff_02 {
width: calc(100% + 30px);
margin-left:0;
}
This should do the trick.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Great, thanks again!
You're welcome, glad to have been able to help you!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme