Hello there
I’m trying to align the content of the first column of the table of this page to the top, rather than in the middle, but to no avail.
As advised in this thread, I’ve tried to add this code to the quick CSS, but it hasn’t worked:
td, tr {
background: none repeat scroll 0 0 transparent !important;
vertical-align: top;
}
Any other ideas?
Thank you very much.
Hey wurgi,
I checked your page but it’s not clear what exactly are you trying to align to the top?
Please be more specific so we can help you better. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
or let us know the heading name so we both can be on the same page and resolve it.
Best regards,
Vinay
Thank you for your answer Vinay. Basically in all event details pages, I would like the content of the first column to align to the top. For example, for this page here: https://ticinodating.ch/prodotto/spettacolo-giuseppe-giacobazzi/
I would like the content to align like so:
Does it make sense?
Thank you,
Alessandro
Hi,
Thank you for sharing the mockup :) To achieve what you described Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .flex_cell.av_one_third.avia-builder-el-7 {
vertical-align:top!important;
}
Best regards,
Vinay
Perfect, that worked, thank you very much!