DavidW Posted March 30, 2021 Share Posted March 30, 2021 Site URL: https://www.abcollab.com/ I am using the Nueva template. Looking for a way to fine tune the placement of what I call the header text on the page. In my case, I simply want to raise it higher to reduce some of the white space above it. On mobile, the placement works well so I don't want to affect that. Does anyone know of CSS code that will allow me to adjust the placement of this text? Link to comment
Solution tuanphan Posted April 4, 2021 Solution Share Posted April 4, 2021 On 3/31/2021 at 12:27 AM, DavidW said: Site URL: https://www.abcollab.com/ I am using the Nueva template. Looking for a way to fine tune the placement of what I call the header text on the page. In my case, I simply want to raise it higher to reduce some of the white space above it. On mobile, the placement works well so I don't want to affect that. Does anyone know of CSS code that will allow me to adjust the placement of this text? Add to Design > Custom CSS /* space header - home text */ @media screen and (min-width:901px) { section#introduction>.Index-page-content { padding-top: 20px; }} 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