I have an issue with tablet and mobile device top margin. I would like my carousel to be placed on top of the page, but on mobile and tablet there's a small extra margin on top that I can't seem to get rid of. Any way of how I could remove that margin?
Hey,
I have an issue with tablet and mobile device top margin. I would like my carousel to be placed on top of the page, but on mobile and tablet there's a small extra margin on top that I can't seem to get rid of. Any way of how I could remove that margin?
Best,
Karoliina Pärnänen
http://anoukkruithof.com/?portfolio=el-camino-abierto2018-2
Hi There,
Thanks for keeping in touch.
Please try this css:
@media only screen and (max-width: 999px){.vc_row.top_padding_tablet_7pct {
padding-top: 0% !important;
} }
Thanks.
Hey Again,
There seems to be padding added to the Row in the Page Builder Settings which is causing this,please see http://themenectar.com/docs/salient/page-builder-row/#padding.
Thanks
Salient Support Team
Thank you Judith, that piece of code worked! Also thank you Tahir, I tried to look where I would've added the padding but couldn't find it yet.
Try to adjust it in here:
Thanks
Salient Support Team