[Resolved] Center HTML sidebar Widget

Home Forums Support [Resolved] Center HTML sidebar Widget

Home Forums Support Center HTML sidebar Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1004170
    Conor

    I’ve added image links of book covers in the custom html widget, I just don’t know how to centre the images in the widget sidebar box, and I don’t know how to put space between the images that are one on top of the other.

    I also don’t know how to center the button right above the images. “Smart Teacher Button”

    Thanks in advance for your help.
    C

    #1004174
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .sidebar #custom_html-3 {
        text-align: center;
    }
    .sidebar #custom_html-3 img {
        padding-bottom: 15px;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1005140
    Conor

    Thanks so much. Love you guys

    #1005143
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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