frotteedimare Posted May 18, 2021 Share Posted May 18, 2021 Site URL: https://www.frotteedimare.ch/ Hey all! Im trying to fix/position my container on the landing page, so that the top margin of the text always stays the same. Right know i work with spacers, but when i resize the window it keeps pushing the text around. Is there any CSS to work around? Thanks for any help! Link to comment
tuanphan Posted May 19, 2021 Share Posted May 19, 2021 Add to Design > Custom CSS /* Mobile move text top */ @media screen and (max-width:640px) { div#page-5e9f276cfe5f525c31026724 { position: relative; top: -50px; } } Also, do you need to add a space on desktop? 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
frotteedimare Posted May 19, 2021 Author Share Posted May 19, 2021 Hey tuanphan Yes, that would be very helpful. Thank you very much in advance! Link to comment
tuanphan Posted May 20, 2021 Share Posted May 20, 2021 On 5/19/2021 at 6:18 PM, frotteedimare said: Hey tuanphan Yes, that would be very helpful. Thank you very much in advance! Add to Design > Custom CSS /* desktop banner text */ @media screen and (min-width:992px) { div#page-5e9f276cfe5f525c31026724 { position: relative; top: 50px; } } frotteedimare 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment