EddiOS42 Posted April 21 Posted April 21 (edited) Hi, I have titles on the banner photos of the linked page. However, I want to refine the position such that it's just a little higher so it's not behind the blue arrows. The given customization only allows course positions. If I align it higher it goes up to the corner, which is too much. I would like a way to dial in the exact position I want. https://www.eddiekuo.design/craftsmanship/lumawood Edited April 21 by EddiOS42 adding the url to the Site URL text box did nothing
tuanphan Posted April 22 Posted April 22 You can use this code to Website > Website Tools > Custom CSS .user-items-list-item-container[data-section-id="66221901f3557d3bbd478851"] .slide-content { position: relative; top: -50px; } EddiOS42 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
EddiOS42 Posted April 22 Author Posted April 22 is there a version where I can do page header code injection? I do have that option under the Advanced tab for each page, so I don't flood the custom CSS window with a bunch of per page edits.
Solution tuanphan Posted April 25 Solution Posted April 25 On 4/23/2024 at 6:00 AM, EddiOS42 said: is there a version where I can do page header code injection? I do have that option under the Advanced tab for each page, so I don't flood the custom CSS window with a bunch of per page edits. If you want to add code to Page Injection, use this code instead <style> .user-items-list-item-container[data-section-id="66221901f3557d3bbd478851"] .slide-content { position: relative; top: -50px; } </style> EddiOS42 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment