Are you referring to the Plus icons in the Toggle Page Element?. If yes use below CSS.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.toggle h3 a i {
position: absolute;
top: 50% !important;
transform: translateY(-50%);
}
Hi. I'm wondering if it's possible to vertically align an inner row, just like you can on the overriding row options.
Thanks
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
https://phoenixyogastudios.com.au/spiritual-book-club-ringwood/
And which Row are you referring to ?.
Thanks
ThemeNectar Support Team
The rows at the bottom of the page :-)
Are you referring to the Plus icons in the Toggle Page Element?. If yes use below CSS.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team