harviere Posted September 11, 2019 Share Posted September 11, 2019 I am using the Vow template. I have two image blocks beside each other. I have used the following css to remove all padding around images on desktop and tablet: /* remove padding around all images*/ .sqs-block.image-block { padding: 0px !important; } However, when the site changes down to mobile I get gaps top and bottom on these images. Is there some CSS I can you to remove these gaps/padding? Many thanks Link to comment
tuanphan Posted September 11, 2019 Share Posted September 11, 2019 @harviere you should share url to check code. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
harviere Posted September 11, 2019 Author Share Posted September 11, 2019 Thanks @tuanphan Url is Eitsmn.comNow that I think about it, does the site need to be publicly posted? Link to comment
tuanphan Posted September 11, 2019 Share Posted September 11, 2019 @harviere please share access password Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
harviere Posted September 11, 2019 Author Share Posted September 11, 2019 @tuanphan useDoodad195 You will see at the bottom of the first project there is a green image block with text in it on the right with anotherimage block beside it with a graphic on the left. Thanks again Link to comment
tuanphan Posted September 11, 2019 Share Posted September 11, 2019 @harviere try this @media screen and (max-width:640px) { .sqs-layout .sqs-row .sqs-block:first-child { padding-top: 0 !important; } .sqs-layout .sqs-row .sqs-block:last-child { padding-bottom: 0 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
harviere Posted September 11, 2019 Author Share Posted September 11, 2019 @tuanphan it works perfectly! What a way to start the new day! Very much appreciate your speedy help with this and prompting me through to the solution from my initialy question. Best Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.