Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25971

    Hi,

    I’ve a single post in full width without sidebar. On top of the post I have an image. In Safari and Chrome on MAC, image adjust his size automaticaly when I resize the browser’s window. But that doesn’t work in Firefox (MAC and Windws) and IE (only tested in version 10).

    It works with all browser if I add a sidebar… strange!

    Any Idea?

    Thx

    #128828

    Hi solljul,

    Can we take a look at the page live so we can inspect the code and see whats going on?

    Regards,

    Devin

    #128829

    Hi,

    Check this URL http://www.juls.ch/studios/news/ I’ve make 4 examples.

    The strange thing is that the resizing of the image works fine IF I have a sidebar, but I would like to have full width blog posts without sidebar.

    Thx for help.

    Jul…

    #128830

    Hi,

    Did you try to set the image as your Featured Image? You can use Media Queries to make it responsive.

    You can add this on your custom.css or Quick CSS

    .avia_image {
    width: 100% !important;
    height: auto !important;
    }

    Regards,

    Ismael

    #128831

    Hi,

    What do you mean? Medias Queries? My image is set as featured image (to be displayed like a thumbin the grid) AND set in the post…

    That’s works fine with this CSS add. Thanks Ismael!

    Best regards.

    Jul…

    #128832

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Single post fullscreen (without sidebar) not responsive’ is closed to new replies.