Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #216615

    Hi,

    How can i have the background image on the color section move to left only when it’s on a tablet device portrait. Basically just need to see more of the background image in the color section.

    http://azbestpests.wpengine.com/termite-control (hosted on WPengine)

    Thanks!

    #216711

    Hi glozemedia!

    You can use media queries to alter the background position on smaller screens:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #av_section_1 {
    background-position: 10% 0 !important;
    }
    }

    Best regards,
    Ismael

    #217228
    This reply has been marked as private.
    #217274

    Hi!

    Is this still happening? Can you please disable Yeost SEO plugin? See if the issue persist.

    Cheers!
    Ismael

    #217282
    This reply has been marked as private.
    #218476

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #219074
    This reply has been marked as private.
    #219076
    This reply has been marked as private.
    #219149
    This reply has been marked as private.
    #219211
    This reply has been marked as private.
    #220497

    Hi!

    Disable all active plugins that you have running. If you have any caching plugins running make sure you clear their cache first.

    Then try things again. If you still have issues then try using another browser or the same browser but with no extensions or any plugins running.

    Cheers!
    Devin

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Change color section image placement’ is closed to new replies.