Home Forums Pro Themes Flat Commerce Pro Featured Image Centered on full Screen?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35679
    jjambeck
    Participant

    Hello – I am still using this template and it is going really well! I have a question though – I have put a featured image on a few pages – see here, for one example: http://internationalmarinedebrisconference.org/index.php/program/

    When the page is viewed on a computer screen, the featured image looks to be aligned left, but whent he screen is smaller (tablet or phone), the image is in the center. I want the featured image to be in the center for all views. Is this possible?
    Thank you very much!

    #35730
    wensolutions
    Keymaster

    Hello @jjambeck,

    In order to align the featured image in the pages use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page figure img {
        margin: 0 auto;
        display: block;
    }

    Hope this helps .

    If you have any issue further , feel free to post them.

    Best Regards!!

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