Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #253446
    Hans
    Participant

    Hi,

    I searched a lot for a solution of the problem below, but I cannot find a solution.

    In the website (url: Hagmeijer.nl) we have a few widgets in the sidebar with text. Now a part of the text doesn’t occur, because there is no more space.
    Is there a possibility to make the widget longer (taller height) so that it will become possible to have all the text in the sidebar widget.
    Otherwise we have to work wit a “read more” solution and then we have the problem, that the text is too short for a whole page.

    Kind regards

    Hans Hagmeijer

    #253495
    Skandha
    Participant

    @toerfiets: Hello there,
    This seems to be due to the following Additional CSS code you are using.

    .widget {
        margin-bottom: -50px;
    }

    Let me know if removing the CSS Code solves your issue.
    Kind Regards,
    Skandha

    #253499
    Hans
    Participant

    Hi Skandha,

    Thank you for helping.
    The code beneath did the trick.
    What I wanted is more text in the widget and now the widget is doing so.

    .widget {
    margin-bottom: 0px;
    }

    Without your help I shouldn’t find it out.

    Kind regards

    Hans Hagmeijer

    #253632
    Skandha
    Participant

    @toerfiets: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘height widget sidebar’ is closed to new replies.