Tagged: color section background
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!
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
Hi!
Is this still happening? Can you please disable Yeost SEO plugin? See if the issue persist.
Cheers!
Ismael
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
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