Hi,
I am really sorry if this question was answered in another thread. If so I unfortunately didn’t find it…
So, I included a tab section with custom images and that works really fine. My problem is, that the spacing between the icons and the content in each tab (image and text) is too big and I can’t figure out how to make it smaller. I don’t even know if the tab section is the problem or the column elements. Furthermore I am wondering why the text and the image in the tab sections do not start on the same level.
I am far away of being an expert in WordPress and CSS, so it would be really helpful if you could tell me step by step what to do and where to do it. I setup an account for you to have a look yourself (Private Content).
Thanks for your help! If you want to answer in German, that would be fine too ;)
Hey icruhr,
Thank you for the inquiry.
Have you tried removing the space between the columns? There is an option for it in the Row Settings > Row Layout toggle. Look for the Space between columns settings. If you don’t want to remove the space completely, then you can use the following css code to adjust the width of the 1/2 columns and decrease the left margin.
div .av_one_half {
margin-left: 2%;
width: 49%;
}
Best regards,
Ismael
