[Resolved] Changing the spacing in widgets

Home Forums Support [Resolved] Changing the spacing in widgets

Home Forums Support Changing the spacing in widgets

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #108802
    Judith Stafford

    Hi there.

    I am trying to format my website side widgets so that the title and content are in line instead of indented and I would like to make the space between widgets smaller to conserve space.

    I have a child theme but am unsure which text to edit.

    This is my website:

    http://www.indanc.academy/

    Thanks for your help.

    Judith

    #108862
    Judith Stafford

    I have sorted it thanks.

    #108863
    Judith Stafford

    Done.

    #108894
    Tom
    Lead Developer
    Lead Developer

    Awesome πŸ™‚

    To remove that indentation from the widget, you can add this CSS:

    .widget ol {
          margin: 0;
    }

    Also, you’ll want to remove this line from your child theme stylesheet:

    @import url("../generatepress/style.css");

    #109082
    Judith Stafford

    Thanks.

    #109136
    Tom
    Lead Developer
    Lead Developer

    No problem! πŸ™‚

    #130867
    robmac

    Hi Tom,

    I have a site with TWO bottom footers [footer #1:footer #2]

    The second footer consists of:

    1) image widget
    2) custom menu [Disclaimer]
    3) custom menu [contact]

    #2 is sitting right on the bottom edge of #1

    I’m trying to put some space between them. An example of what I’ve tried is:

    .footer-widget-2 {
    margin-bottom: 10;
    }

    Could you offer any advice please, on getting this to work.

    Thank you & Regards,
    Robert

    #130870
    robmac

    Issued Resolved – it was aligned issue in the image widget.

    All is fine now!

    #130871
    robmac

    alignment even!

    #130887
    Tom
    Lead Developer
    Lead Developer

    Good to hear! πŸ™‚

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