Goodreads widget problem

  • Unknown's avatar

    There is no space between my Goodreads widget and Archive widget. What am I doing wrong?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I see what you mean and I tagged this thread for Themes Staff assistance. Please subscribe to it so you are notified when they respond. Note there is a backlog so you will have to wait patiently for Staff help.
    To subscribe:
    1. Look in the sidebar of this thread and find the subscribe to topics link.
    2. Look below the comment box:
    _ Notify me of followup posts via e-mail

  • Unknown's avatar

    Hi Stephanie,

    This has to do with how you added those Goodreads book images to your text widget. All of the content in a text widget is displayed in an HTML “div” container, and the book images you added are also in “div” containers. That can sometimes cause problems where the height and proper margins are ignored on the page.

    The quickest way to fix this, without having to make any changes to the widget content, is to add the following custom CSS:

    .textwidget {
    overflow: auto;
    }

    You can add that to the CSS editor in your site’s Customizer. Please let me know if you have any questions about that. :)

  • The topic ‘Goodreads widget problem’ is closed to new replies.