• Resolved slippers

    (@slippers)


    Hi, I’m looking to make the switch to generate press (pro) from the Hemingway theme (doesn’t seem supported anymore)

    Now when I preview my blog the HTML sidebar widgets I use (for my optins, facebook likebox etc.) have white margins making them look bad. Is there an easy fix for this?

    Example: https://imgur.com/a/saqI2ZI

    This HTML code should cover the widget area without the margin.

    Hope my question is clear, thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    You’re seeing the widget padding there.

    Our premium version allows you to adjust it inside the Customizer.

    Alternatively, you can use some CSS:

    .sidebar .widget {
        padding: 0;
    }

    Let me know if you need more info ??

    Thread Starter slippers

    (@slippers)

    Thanks Tom, just purchased premium. Hope I can adjust this for each widget individually.

    Theme Author Tom

    (@edge22)

    The Customizer option is a global option unfortunately.

    However, we’ll be happy to show you how to do it individually with some CSS if you’d like? ??

    Thread Starter slippers

    (@slippers)

    Already a happy customer and fixed it. Love this thing, wish I picked it from the start!

    Theme Author Tom

    (@edge22)

    That’s great to hear! Thank you! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget issue’ is closed to new replies.