• I tried to css this code

    .sidebar ul li {
    padding-bottom: 20px !important;
    }
    .sidebar ul li ul li{
    padding: 0px !important;
    }

    but it made space between the widgets on the sidebar (Appearance -> Widgets -> Primary)
    but I want to add space between the widgets after content (Appearance -> Widgets -> After Content)

    What code do I need for that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @couplegls, can you share the address for your website? The CSS is different from theme to theme so it would be hard to get you an accurate answer on that using what you have provided. Also, can you elaborate on what you are trying to accomplish?

    Thread Starter couplegls

    (@couplegls)

    @jv8080 You wont be able to enter the site because its not visible to the public yet, but I can tell you that I am using the omega theme ( https://ww.wp.xz.cn/themes/omega/ )

    Im trying to add some space between my widgets as they’re all close together.

    @couplegls thanks for that info. At quick glance, the item that you are looking at is only going to add space to the sidebar in general. Since you are trying to target the spacing on the widgets. try looking for this within the stylesheet:

    .widget th,
    .widget td {
    	padding: 5px 2px;
    }

    Let me know if that works.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Add space between widgets after content (post)’ is closed to new replies.