Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    just checking your site and the space between row widgets is because there is an empty text widget on the row widgets. you can try to remove unused widgets from the row widgets.

    Thread Starter haimhouse

    (@haimhouse)

    Hi awanrmb, thanks for your answer. The widget is not empty, there is a

    a name=”…”

    tag in it which I need. My question is basically, how I can reduce the distance below a H3 headline, I think, because there is lots of space below it… thanks! Anyone?

    Sorry, I don’t know if the tag is used.

    Ok. to reduce the space, firstly you have to get the ID element of the widget using chrome dev tools https://prntscr.com/837qrm

    For example, your ID element is panel-58-1-1-0, then you have to add this css code below using custom css plugin:

    #panel-58-1-1-0 {
        padding: 0;
    }

    Thread Starter haimhouse

    (@haimhouse)

    Thanks awanrmb, works perfectly ??

    Thread Starter haimhouse

    (@haimhouse)

    Thanks awanrmb, works perfectly ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reduce distance between widgets and H3 headline’ is closed to new replies.