• I have the following code in my custom css section, and it works to center all the images on mobile devices, except for the images in the right column. Images in the right column are center aligned, yet even with the custom code they somehow show on mobile devices pushed to the left. Any ideas ?
    https://www.geminifloors.com/hardwood-floors/

    /* center images on mobile screens */
    @media (max-width:320px)
    {
    #content .alignleft, #content img.alignleft {

    width: 100% !important;
    }
    }

    @media (max-width:480px)

    {

    #content .alignleft, #content img.alignleft {

    width: 100% !important;
    }

    }

    #content { margin-top: -8px !important; }

    https://www.geminifloors.com/hardwood-floors/

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    – Mobile compatibility is theme-dependent.
    – Unfortunately, your currently used theme is not in the www.ads-software.com/themes/ directory: https://www.ads-software.com/themes/search/temperaupdated/
    – Forum volunteers are not given access to commercial/custom products.
    – For pro or commercial product support please contact the author directly on their site.
    – As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there. It also allows the developers to be aware of issues with their code.

Viewing 1 replies (of 1 total)
  • The topic ‘Images in right column not centered on mobile’ is closed to new replies.