Hello,
I was wondering where the setting is to remove the middle vertical alignment from a color section is located. Do I need to enter CSS code?
If you look at the code here, when I remove this css, the “welcome to the….” box over to the left moves up to the top and is exactly where I want it.
https://gyazo.com/7249ebb7e0a5e7f61686ccc2a73a2855
Thank you so much!
Hey bradwbowman,
Sorry there is not a setting for that, middle alignment is the default, but you can easily overwrite it, by copying the sector and rule, and change “middle;” to “top !important; ” and add to your css. You will want to make sure to add a unique sector for that one page or element so the rule doesn’t effect other pages and elements
Best regards,
Mike
I’m not sure how to copy the sector and rule or what you mean by that. What would the exact css code be (assuming I make a unique sector or element called “test” that I need to copy down?
Thanks!