Hello,
I have some positioning problems with pictures and iconboxes.
I have scribbled it down with screenshots. Maybe you can have a look http://goo.gl/BwCrDC
Thank you very much for your help!
Kind regards
wordmax
Hey wordmax!
Try adding this to your custom CSS.
#av_section_5 .container { max-width: 70% !important; }
Regards,
Elliott
Hey Elliot,
thank you for your answer. The padding of the pictures and the icons are fine now, but the pictures getting smaller. I would need the size like before.
Regards,
wordmax
Hi!
Since you decrease the width of the container, expect that elements inside will become smaller. If you only want to decrease the padding or gap between the icon and the images, use this:
#av_section_5 .container .flex_column.av_one_fourth {
width: 24%;
margin-left: 1%;
}
Cheers!
Ismael
Hi Ismael, hi Elliott,
now it works. Thank you very much for your help
and have an nice weekend!
Regards,
wordmax