Tagged: grid row
Hi Support,
I have designed a website. On the front page I have a grid row which has a number and then an email. However on a mobile phone, the grid row forces the text to be aligned to the top but I need it to align to the middle.
I have looked at previous forums however I haven’t yet found a solution.
Please can you assist.
Hi kayleighburrows,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.home #av-layout-grid-1 .av_three_fifth {
margin-bottom: 0 !important;
}
.home #av-layout-grid-1 .av_three_fifth .avia-builder-el-5 {
padding-left: 45px;
}
}
Best regards,
Nikko
Thank you! It worked!!!
Hi kayleighburrows,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko