correspondance Posted June 8, 2021 Share Posted June 8, 2021 Site URL: https://www.haute-renommee-gallery.com/ Hi! I'm building my homepage but I have some issues with the positioning of my text elements. I placed one text block at the bottom right-hand corner and an other one at the bottom left-hand corner of my page. But I can't place the big title of my page on the middle. (screenshot attached) here is the code I used: div#block-yui_3_17_2_1_1623052677097_23424 { position: absolute; bottom: 0; left: 0; } div#block-yui_3_17_2_1_1623072709206_3677 { position: absolute; bottom: 0; right: 0; } div#block-b23b7be5003eb074d167 { display: flex; align-items: center; } Does anyone know what is wrong? Thanks for you help! Link to comment
tuanphan Posted June 9, 2021 Share Posted June 9, 2021 Hi. You mean move this? 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
correspondance Posted June 11, 2021 Author Share Posted June 11, 2021 Hi @tuanphan I'd like to have the title in the middle of the page, and the 2 small text blocks at each corner, on the same line. (The sentence "Unexpected experiences" disappears in mobile) If I place small text blocks at the bottom, by using :div#block-yui_3_17_2_1_1623052677097_23424 { position: absolute; bottom: 0; left: 0;}div#block-yui_3_17_2_1_1623072709206_3677 { position: absolute; bottom: 0; right: 0; The title is also placed à the bottom of my page and I can't move it. I don't know what to do 😕 Link to comment
correspondance Posted June 14, 2021 Author Share Posted June 14, 2021 Hi @tuanphan I don't know if my explanations are really clear... 🙈 Do you have a solution for me? 🙂 Link to comment
tuanphan Posted June 15, 2021 Share Posted June 15, 2021 18 hours ago, correspondance said: Hi @tuanphan I don't know if my explanations are really clear... 🙈 Do you have a solution for me? 🙂 Try adding to Design > Custom CSS @media screen and (min-width:992px) { div#block-yui_3_17_2_1_1623141847829_3077 { padding-bottom: 0; position: relative; top: -150px; } } 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
correspondance Posted June 16, 2021 Author Share Posted June 16, 2021 Thanks for you answer @tuanphan 🙂 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