Hi Support,
I am using an applicantion to test the website on mobile and smartphone devices.
I would like to centre the images as shown in the diagram and have the same amount of white space between the images and elements.
Thanks in advance.
Hi Wils1234!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.content {
padding-top: 0;
}
.avia_partner_widget a, .avia_partner_widget a:hover {
padding-bottom: 80%;
margin-left: 15% !important;
}}
Cheers!
Yigit