Widgets seem bugging since new version

edited June 2017 in Theme support
Hey guys. Since the new version widgets seem to bug. It creates a gap between that was not there before this update.

<span style="color: white;"><b>Information</b></span>
<ul style="line-height: 29px;">
  <li><a href="https://www.daniabikes.com/om-os/">Dania Bikes</a></li>
  <li><a href="https://www.daniabikes.com/faq/">FAQ Cykelbutik</a></li>
  <li><a href="https://www.daniabikes.com/testbane/">MTB Testbane</a></li>
  <li><a href="https://www.daniabikes.com/aabningstider/">Åbningstider</a></li>
  <li><a href="https://www.daniabikes.com/kontakt/">Kundeservice</a></li>
</ul>

See this picture: http://imgur.com/a/XKTPM. There is a big gap between "Information" and the list, which makes no sense because the code doesn't tell it to? 

This didn't happen b4 update

Comments

  • hi,
    the code does not but the css does. What you have send is perfectly normal and standard. This is not a bug. If you changed any css in the theme files directly then it got overwritten when you updated.
    thanks
  • edited June 2017
    Hello,

    We haven't changed any CSS whatsoever. All changes we make are in the child theme, but these have never had CSS added just that code. 

     What can we do to remove the gap again? The information isn't written in the title but in the actual text so it shouldn't make a gap should it, it never did before?

    I've no idea what CSS it could be, because we've done nothing to it. I tried expecting it and I can't find anything either. Any idea?

    Thanks so much for looking into it. You can see a picture here: http://imgur.com/a/hvDph
  • This is probably caused by wordpress text editor. It is adding paragraphs automatically, and they have margin bottom, see here: http://prntscr.com/fiqst7
    Add this css and you should be fine
    footer#Footer .textwidget p {
    margin-bottom:0 !important;
    }
  • Hello,

    I cannot believe we missed that. Thank you a million times. It is so strange that this happened - 4.8 Wordpress update must have changed that, because it wasn't there before and we never had to change it previously. 

    Thanks a bunch. Have an amazing day! :)
Sign In or Register to comment.