andrewmarshall Posted February 9, 2020 Share Posted February 9, 2020 Site URL: https://andrewmarshallphotography.com/novus Hi, how can I reduce the space between the first element and my heading on this page (MOBILE ONLY) ? Here Thanks so much! Also if there was a way to remove the social icon from just that one page that would be awesome too but not necessary. Link to comment
tuanphan Posted February 9, 2020 Share Posted February 9, 2020 You mean spacing between icon - button? Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* remove spacer block */ div#block-5e3f421ef875f52b56639e27 { display: none; } div#pageWrapper { padding-top: 0 !important; } } To remove icon on One Page, add to Page Settings > Advanced > Header (you need Business Plan or higher). If you use Personal Plan, you need another code <style> .sqs-svg-icon--wrapper { display: none; } </style> 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
dankmedia Posted April 6, 2020 Share Posted April 6, 2020 I would like to remove the space between header and body on both my mobile and desktop for https://featherlashandbrow.com but this code does not seem to work. Any suggestions? Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 10 hours ago, dankmedia said: I would like to remove the space between header and body on both my mobile and desktop for https://featherlashandbrow.com but this code does not seem to work. Any suggestions? article#sections>section:first-child { padding-top: 5px !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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.