Team:
I would like to adjust the vertical alignment of text between two columns / layout elements. Specifically I would like to adjust the text between the header in the left column (e.g. ‘snapshots’) and the text in the very right one in the main content section (e.g. ‘go to all posts in snapshots’).
Thanks!
Magnus
Hey mbosse99,
Add this to quick css:
.flex_column.av_four_fifth section .avia_textblock p{
margin-top:0px!important;
}
Best regards,
Jordan Shannon
Thanks, that’s already better but not perfect. It is possible to attach an image to illustrate?
Thanks,
Magnus
Screenshot: https://snipboard.io/fdmHKp.jpg
Hi,
Add this as well:
.flex_column.av_four_fifth .av_textblock_section {
bottom:3px!important;
position:relative!important;
}
Best regards,
Jordan Shannon
Works!
Thanks,
Magnus
Hi,
Perfect, I’m glad I was able to help get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon