This topic has 2 replies, 2 voices, and was last updated 9 years by joy.

  • Author
  • #56998
     joy
    Participant

    Hello, I am trying to add a margin to the bottom of the topics listed in this widget so it’s easier to read. However, I’m not having any luck. The only place I can change that has any effect is this:

    COPY CODE
    *, *::before, *::after {
      margin-bottom: 10px;
    }

    But doing that throws off the entire page. Please help. Thank you.

    #57061
     sharmstr
    Moderator

    Its throwing off the entire page because you’re using and * which tells the css to do it for all Before and Afters.

    Assuming you mean after each topic, try this.

    COPY CODE
    
    .widget_display_topics li {
      margin-bottom: 10px;
    }
    

    If you mean after the widget, try this.

    COPY CODE
    
    .widget_display_topics {
      padding-bottom: 10px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #57180
     joy
    Participant

    Great. Thank you very much for your help.

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?