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

    Hi there,

    I’m nearing completion of s site, but my client isn’t very keen on the current way that three/six images appear when viewed via smartphone.

    At present the images appear in column form but he wants them to appear all three in a line and reduced so they fit the smaller screen.

    I’ve tried Firebug but cannot locate any coding that relates to images reducing (like in the header logo).

    Thanks in advance for your advice,

    Silvio

    #338778

    Hi silviouk!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .page-id-2 .av_one_third {
    width: 33%!important;
    }}

    Best regards,
    Yigit

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