Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #464354

    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.

    #464360

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.