• Hello,

    I have 2 problems.

    Problem 1: white space at the bottom

    I have a lot of white space at the bottom of every page (https://tbs.tuinbouwschool.be/). What’s the solution to remove this white space?

    Problem 2: slider image

    The black bottom of my image slider does not connect to the text as it should be. There is a line between them. How can I fix this?

    Thanks,
    Sofie

    • This topic was modified 8 years, 2 months ago by debestetips.
    • This topic was modified 8 years, 2 months ago by debestetips.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Sofie,

    For Problem 1: It seems there are two navbar exist on your theme, the second navbar is hidden and pushing the content to bottom. It’s better to edit the php file to fix it. For now, try adding this css code.

    nav.dt-menu-bar .container:last-of-type {
        display: none;
    }

    For problem 2 is easier to fix, try adding this css code:

    .dt-featured-post-date {
       top: -28px;
    }
    Thread Starter debestetips

    (@debestetips)

    Thanks a lot, it’s perfect!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White space at the bottom and slider’ is closed to new replies.