Site logo

Archived topic

Changing the spacing in widgets

9 replies · Started by Judith Stafford on May 19, 2015

Viewing posts 1–10 of 10

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

I have sorted it thanks.

Done.

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");

Thanks.

No problem! :)

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

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

All is fine now!

alignment even!

Good to hear! :)

This archived topic is closed to new replies.