thomasv Posted January 9, 2020 Share Posted January 9, 2020 See my domain adlink.no. I want to adjust the text block at the top with css so that the text does not cover the model on the picture. Is it possible to adjust this with CSS? See uploaded image for details. Link to comment
tuanphan Posted January 10, 2020 Share Posted January 10, 2020 add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-061b466105d8ee37df66 { max-width: 75%; } } you can play around 75% 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
thomasv Posted January 10, 2020 Author Share Posted January 10, 2020 This worked really well! Thanks! Is it possible to do the same if I want the text to be placed on the right hand side of the photo? See enclosed photo for details and adlink.no (on mobile). Link to comment
tuanphan Posted January 11, 2020 Share Posted January 11, 2020 @media screen and (max-width:640px) { section#hei .Index-page-content { padding-top: 10px; padding-bottom: 110px; text-align: right; } div#block-061b466105d8ee37df66 { max-width: 100%; } } 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.