RichardR Posted March 17, 2021 Share Posted March 17, 2021 Site URL: https://www.probation-institute.org/who-we-are Hi everyone, I'm trying to insert some attribution for images on the website, although not necessary, but good practice. You'll see on this link: https://www.probation-institute.org/who-we-are I've managed to add some CSS to make the text smaller, but I can't figure out how to move the text to the bottom of the image. I've added spacers and it doesn't seem to help. Any help really appreciated. Cheers, Richard Link to comment
isensmith Posted March 17, 2021 Share Posted March 17, 2021 try: #block-yui_3_17_2_1_1616003030915_23053 { position: absolute; } tuanphan and RichardR 2 Link to comment
RichardR Posted March 18, 2021 Author Share Posted March 18, 2021 Fab, that works well. Thank you 🙂 isensmith 1 Link to comment
tuanphan Posted March 22, 2021 Share Posted March 22, 2021 On 3/18/2021 at 3:44 PM, Icclebug said: Fab, that works well. Thank you 🙂 I see on tablet, it has blue bar on right of screen. Do you want to fix 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
RichardR Posted April 8, 2021 Author Share Posted April 8, 2021 On 3/22/2021 at 2:23 AM, tuanphan said: I see on tablet, it has blue bar on right of screen. Do you want to fix this? Sorry I didn't see this post come through, yes please. Link to comment
tuanphan Posted April 9, 2021 Share Posted April 9, 2021 7 hours ago, Icclebug said: Sorry I didn't see this post come through, yes please. Add to Design > Custom CSS /* fix blue bar */ @media screen and (max-width:991px) and (min-width:768px) { html, body {overflow-x: hidden;} } RichardR 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
RichardR Posted May 6, 2021 Author Share Posted May 6, 2021 (edited) Hey @tuanphan thank you for this. It has removed the blue bar as you mentioned, however on the iPad you can barely see the 'search' facility on the top right - mobile seems ok. Any ideas please? Edited May 6, 2021 by Icclebug Link to comment
RichardR Posted May 13, 2021 Author Share Posted May 13, 2021 Hi @tuanphan any thoughts on this one please? Link to comment
tuanphan Posted May 14, 2021 Share Posted May 14, 2021 On 5/13/2021 at 2:49 PM, Icclebug said: Hi @tuanphan any thoughts on this one please? Add to Design > Custom CSS /* Fix tablet search icon */ @media screen and (max-width:900px) and (min-width:641px) { [data-nc-base="header"] [data-nc-container="top-left"] { flex: 80%; } } RichardR 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
RichardR Posted May 14, 2021 Author Share Posted May 14, 2021 2 hours ago, tuanphan said: Add to Design > Custom CSS /* Fix tablet search icon */ @media screen and (max-width:900px) and (min-width:641px) { [data-nc-base="header"] [data-nc-container="top-left"] { flex: 80%; } } Thank you so much 🙂 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