• Resolved sekala

    (@sekala)


    I’m using the ‘small’ image size setting, but the images are coming out quite large in the sidebar which is shoving a lot of the content out of bounds. I’ve tried removing and re-adding the plugin several times.

    Images appear fine on Android in the Chrome browser, but look huge on my Mac Chrome browser as well as safari, but looks fine in Firefox.

    I’ve tried writing a few css overrides for a max width to match my theme, but nothing I do seems to affect anything. Any help is appreciated!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cmeeren

    (@cmeeren)

    It seems to be a conflict with your theme. Unfortunately it’s impossible to ensure the plugin is working with all WordPress themes. But you can try to add something like this to your theme’s CSS, that should fix the problem (adjust the number until you’re happy with it):

    .widget_gr_progress_cvdm_widget .bookshelf .book .coverImage img {
      max-width: 60px !important;
    }
    Thread Starter sekala

    (@sekala)

    That did the trick! Thank you so much for such a prompt response!

    Plugin Author cmeeren

    (@cmeeren)

    Glad it worked, and thank you for using the plugin. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image sizes too large in sidebar’ is closed to new replies.