Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (max-width: 690px){
.container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
max-width: 350px !important;
}
}
Hello,
I'd like to reduce the margin on mobile of 4 elements on my site.
3 of them are on here:http://altitudecreativestaging.co.uk/
1 of them are on here: http://altitudecreativestaging.co.uk/project/royal-highlands-show/
thanks, Keiron
Attached files: IMG_3618.jpg
IMG_3619.jpg
IMG_3620.jpg
Hello there,
Thank you for reaching out to us.
You can adjust the margin for mobile in your column settings as shown in this screenshot.
Try this and let us know how it goes.
Kind regards,
Hello,
Nothing I do will change this margin, I have also taken it out of container etc.
thanks,
Keiron
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team