pinoff002 Posted September 4, 2020 Share Posted September 4, 2020 Site URL: https://www.thisisaspace.com/ Hello, I'm looking for a code to reduce the height of the overlay caption section on my image blocks. See image for more details. Thanks! Link to comment
tuanphan Posted September 4, 2020 Share Posted September 4, 2020 Hi. Where is image block? 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
pinoff002 Posted September 4, 2020 Author Share Posted September 4, 2020 1 hour ago, tuanphan said: Hi. Where is image block? Here! https://thisisaspace.com/window-shopping/clothing Link to comment
tuanphan Posted September 5, 2020 Share Posted September 5, 2020 Add to Home > Design > Custom CSS body#item-5e63e509885e6f31aa7827f1 { figcaption.image-caption-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; height: auto !important; } figcaption.image-caption-wrapper h1 { margin: 10px; } } 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
pinoff002 Posted September 5, 2020 Author Share Posted September 5, 2020 2 hours ago, tuanphan said: Add to Home > Design > Custom CSS body#item-5e63e509885e6f31aa7827f1 { figcaption.image-caption-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; height: auto !important; } figcaption.image-caption-wrapper h1 { margin: 10px; } } Brilliant. Thank you so much!! Link to comment
pinoff002 Posted September 6, 2020 Author Share Posted September 6, 2020 On 9/5/2020 at 9:37 AM, tuanphan said: Add to Home > Design > Custom CSS body#item-5e63e509885e6f31aa7827f1 { figcaption.image-caption-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; height: auto !important; } figcaption.image-caption-wrapper h1 { margin: 10px; } } Hi! Sorry I didn't realize the code wouldn't carry over on multiple pages so I what should I edit the code for to have it work on these pages as well? https://thisisaspace.com/window-shopping/jewelry https://thisisaspace.com/window-shopping/bags https://thisisaspace.com/window-shopping/eyewear https://thisisaspace.com/window-shopping/footwear Thank you!! Link to comment
tuanphan Posted September 6, 2020 Share Posted September 6, 2020 Edit pages > Add Code Block > paste this code <style> figcaption.image-caption-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; height: auto !important; } figcaption.image-caption-wrapper h1 { margin: 10px; } </style> 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
pinoff002 Posted September 6, 2020 Author Share Posted September 6, 2020 9 minutes ago, tuanphan said: Edit pages > Add Code Block > paste this code <style> figcaption.image-caption-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; height: auto !important; } figcaption.image-caption-wrapper h1 { margin: 10px; } </style> Brilliant. Thank you!! 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