• Resolved pompo

    (@pompo)


    I have a problem on my static pages, which I had setup before using Virtue with my older template .

    The images that I used on my site with that old template were and are still being used at 590 pixels. Now, since I have just added some new images on top of one page, (I was told in here to use images for Virtue at 864pixels wide or a page with sidebar) the page when viewed on my iPhone 6 either makes the text flush and crop the large 864 px wide images, or shows the whole 864 px image width but the text column stays narrower.

    Shouldn’t virtue resize the larger 864 px images to match the text and narrower/older images 590 px wide? Or are the smaller images screwing up the whole layout and should I update them all at 864 px wide? Please view on your iPhone in vertical mode this page here : https://www.pompo.com/events the first three images on top are 864 px wide the rest below are all 590 px wide. If I double tap on the large image it fits the phone but the text gets too way narrower and smaller, aligned wit the 590 px wide images below the top three. Hope I made myself clear, English is not my mother tongue as you mighty have guessed ! ?? Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    For some reason your images are wrapped in a div that is settings a width in px. The image should be 864 but you shouldn’t have a div that has css properties of a static width? Are you adding this or maybe how are you adding an image? You can override the css with this by the way:

    .img.aligncenter {
      width: auto !important;
    }

    Kadence Themes

    Thread Starter pompo

    (@pompo)

    Thank you for your reply. I added the 864 px images (actually all of them, even the smaller ones) with the Add Media button. I wonder if choosing the images to align in center it’s what’s screwing it up maybe?

    Where should should I paste that css to override it exactly?

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    In the theme options > advanced settings.

    Do all your images have captions when you add them and then do you remove those and add your own?

    Kadence Themes

    Thread Starter pompo

    (@pompo)

    Thanks! The extra css override worked! ??

    I don’t have any captions or titles or alternate text in the images when I upload them. I add those ( only the title and the alternate text) after the images are uploaded.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Virtue mobile version and image resizing’ is closed to new replies.