Eric2020 Posted July 4, 2020 Share Posted July 4, 2020 (edited) Site URL: https://www.sustainablereefsolutions.com How do I force the top blue bar on my site to be the same height on all pages? I have them all set to 10 in the format settings for the section but the "Coral Store" page is displaying the blue bar with a different height. I also want the text aligned left and centered vertically. Edited July 4, 2020 by Eric2020 Link to comment
sonny.oram Posted July 4, 2020 Share Posted July 4, 2020 .section[data-section-id="5ef431ace37edb2f127aca77"] { height: 100px !important; vertical-align: middle !important; } This should work. The text is already aligned left so I didn't add anything for that. Link to comment
rwp Posted July 4, 2020 Share Posted July 4, 2020 #st-1 { display: none !important; } .sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):not(.sqs-feature-gated-wrapper):first-child { padding-top: 10px !important; } Link to comment
Eric2020 Posted July 4, 2020 Author Share Posted July 4, 2020 5 hours ago, sonny.oram said: .section[data-section-id="5ef431ace37edb2f127aca77"] { height: 100px !important; vertical-align: middle !important; } This should work. The text is already aligned left so I didn't add anything for that. 3 hours ago, rwp said: #st-1 { display: none !important; } .sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):not(.sqs-feature-gated-wrapper):first-child { padding-top: 10px !important; } Thank you, I will try out both of these. 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