Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

Home Forums Support padding

  • This topic has 7 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #437924
    mohamedhassan

    Hi there,
    On my website’s right sidebar, how can I make the padding zero only where the image of the ad be while keeping the rest of Widget Padding as it is?
    https://gmkr.io/s/5a1ed8533dd946095dda5a2c/0

    Regards,
    Mohamed

    #438160
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #text-27 {
        padding: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #438593
    mohamedhassan

    I used the css and it worked well then the padding comes back and no response!

    #438802
    Leo
    Staff
    Customer Support

    The widget number changed from before.

    #text-32 {
        padding: 0;
    }
    #439313
    mohamedhassan

    Hi Leo,
    really thanks for your support, however it seems that I’m bothering you as I see how different designs looks on my site what makes the padding disappear and I need to restore it.
    So is it possible let me know how can I know the widget number my self to fix the issue when need?
    Regards,
    Mohamed

    #439440
    Leo
    Staff
    Customer Support

    That’s weird. The widget ID shouldn’t keep on changing. Maybe the caching plugin is causing some trouble?

    Using Chrome, you can right click on the widget and click Inspect then you should see the widget ID.

    It would be something like this:
    <aside id="text-38" class="widget inner-padding widget_text">

    As you see right now is 38

    #439461
    mohamedhassan

    Thank you very much Leo!

    #439464
    Leo
    Staff
    Customer Support

    You’re very welcome 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.