• Resolved greggus

    (@greggus)


    Hi,

    I have a problem with the home page of my site; on a mobile phone with the chrome browser (it works with firefox), the size of the widget decreases by 50%. I don’t have the problem on another page of the site, only on the home page. I guess it’s a CSS conflict with the theme, any idea?

    Best regards

    • This topic was modified 2 years, 6 months ago by greggus.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roland Murg

    (@murgroland)

    Hey @greggus,

    Please try adding this code to WP Admin -> Appearance -> Customize -> Additional CSS:

    @media (max-width: 576px){
       .wpsbc-container.wpsbc-theme-modern .wpsbc-calendars .wpsbc-calendar {
          width: 100% !important;
       }
    }
    Thread Starter greggus

    (@greggus)

    Perfect ! It works. Thank you Roland ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Chrome Widget size ?’ is closed to new replies.