• Resolved maurolunardon

    (@maurolunardon)


    Hi; I’ve some thumbnails on the sidebar; all 300×200 (perfect for desktop) + the title, on the bottom;

    Desktop mode is ok; iphone 5 also; but over 320px the thumbnails stucks 300px and the text float, half in the top right and half on the bottom;

    Any clue?
    (width: 100% or more than 300px don’t works)

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @maurolunardon,

    Hope you’re well.

    I didn’t understand the problem. I checked on my Chrome browser but nothing looks like broken. Everything looks ok and responsive. Maybe showing us via screenshot can be helpful. Also, is this something related Custom Sidebars or related your theme? If this problem occurs without our plugin, I think theme support can be a better place to solve this problem.

    Cheers,
    Oguz

    Thread Starter maurolunardon

    (@maurolunardon)

    In the link below you can see my problem on mobile devices. Thanks.

    Hello @maurolunardon

    Hope you’re doing well!

    Please add the following CSS code to Appearance > Customizer > Additional CSS:

    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) { 
    .cat-post-thumbnail.cat-post-dark {
    	width:100%;
    }
    }

    All thumbnails should be shown in the center with a title at the bottom.

    Have a nice day and take care!

    Cheers,
    Nastia

    Thread Starter maurolunardon

    (@maurolunardon)

    Nice, Nice!; Thank you very much Nastia!
    Have a nice day too.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘thumbnail responsive’ is closed to new replies.