• Resolved Gabriel Filgueiras

    (@filgueirasgabriel)


    The size of the fixed image with the plugin Q2W3 widget in the sidebar decreases when the page scrolls down on the desktop.
    My site is bibliaseensina.com.br

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

Viewing 1 replies (of 1 total)
  • Plugin Author Thomas Maier

    (@webzunft)

    Hi Gabriel,

    thanks for reaching out.

    The cause of the issue is that your theme uses relative padding for content in widgets.

    This is the CSS rule:

    @media (min-width: 56.25em)
    .sidebar-primary .widget {
        padding: 1.5em 11.3857%;
    }

    11.3857% would need to be changed against a static value, like 1.5em. This could have an effect on the widgets that are not fixed.

    If you don’t know how to change it then please ask a frontend developer with CSS experience to help you out.

    Thanks,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with the image size (desktop)’ is closed to new replies.