MMCwebsitebuilder 0 Share Posted June 17, 2020 (edited) Hello, I reduced the padding of the line block using the following code: . sqs-block-horizontalrule {margin-top:-50px !important; margin-bottom:-50px !important;} To achieve the following look: However, when I checked the mobile view, this is what it ends up looking like. Does anyone know a way to fix how it looks on the mobile view?? Thank you. Edited June 17, 2020 by MMCwebsitebuilder Link to post
0 tuanphan 8,930 Share Posted June 17, 2020 Edit your code to @media screen and (min-width:641px) { sqs-block-horizontalrule {margin-top:-25px !important; margin-bottom:-25px !important;} } MMCwebsitebuilder 1 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 MMCwebsitebuilder 0 Author Share Posted June 17, 2020 54 minutes ago, tuanphan said: Edit your code to @media screen and (min-width:641px) { sqs-block-horizontalrule {margin-top:-25px !important; margin-bottom:-25px !important;} } I copied the code - but it doesn't seem to work on the PC view. Also, my mistake I meant to type -50px. Link to post
0 MMCwebsitebuilder 0 Author Share Posted June 17, 2020 59 minutes ago, tuanphan said: Edit your code to @media screen and (min-width:641px) { sqs-block-horizontalrule {margin-top:-25px !important; margin-bottom:-25px !important;} } Never mind!! It work!! Thank you so much! The code was just missing a "." So the code I used is: @media screen and (min-width:641px) { .sqs-block-horizontalrule {margin-top:-50px !important; margin-bottom:-50px !important;} } Link to post
Question
MMCwebsitebuilder 0
Hello,
I reduced the padding of the line block using the following code: .
sqs-block-horizontalrule {margin-top:-50px !important; margin-bottom:-50px !important;}
To achieve the following look:
However, when I checked the mobile view, this is what it ends up looking like. Does anyone know a way to fix how it looks on the mobile view?? Thank you.
Link to post
Top Posters For This Question
3
1
Popular Days
Jun 17
4
Top Posters For This Question
MMCwebsitebuilder 3 posts
tuanphan 1 post
Popular Days
Jun 17 2020
4 posts
Popular Posts
tuanphan
Edit your code to @media screen and (min-width:641px) { sqs-block-horizontalrule {margin-top:-25px !important; margin-bottom:-25px !important;} }
Posted Images
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment