• Resolved John

    (@dsl225)


    Hello,

    The widget is always displaying too close to the next one that is following below.
    Is it possible to add margin-bottom in CSS somewhere?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello John,

    If you can leave a link to your website I can answer your question and possibly let you know what css needs to be applied.

    Thanks

    Thread Starter John

    (@dsl225)

    Thanks, but the site is still on dev local server.
    I only need to add margin at bottom of the widget.

    Plugin Author iteamweb

    (@iteamweb)

    Hi users,

    Mr.Tyree solution should have solved the issue.

    .widget {
        margin-bottom: 20px;
    }

    Or else if you meant about contents in widget use

    .DisplayCategoriesWidget
    {
        margin-bottom: 20px;
    }
    .dcw li{
        margin-bottom: 20px;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling’ is closed to new replies.