Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #96092
    luci1708
    Participant

    Dear Sirs,

    First of all I would like to thank you for building this amazing theme! There is only one thing that is bothering me. As you can see on the website demo.kindercentrummultikids.nl there is a white space between the featured content and the homepage widget. The space stand out more because I used a different color.

    I do not know what the code is to resolve this. Could you please provide me with the right code?

    Regards,

    Luci

    P.S. I do not speak English fluently, so sorry for the grammar faults.

    #96103
    Mahesh
    Keymaster

    @luci1708: Could you explain a bit more, I checked your site but do not have idea of where you want to remove the space. Can you please show me with an image.

    Regards,
    Mahesh

    #96111
    luci1708
    Participant

    Hello Manesh,

    Sorry for my late response. I changed something. Therefor you could not say it anymore. In the image beneath you can see what I meant.

    space

    Besides I rechanged the website again, so you will also see it on the website.

    #96112
    Mahesh
    Keymaster

    @luci1708:
    Hi Luci,

    Thanks, I see it now.
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content-sidebar {
        padding-top: 0;
        margin-top: -21px;
    }
    
    .home #content .hentry {
        padding-top: 0;
    }

    Regards,
    Mahesh

    #96113
    luci1708
    Participant

    Hi Manesh,

    Thanks for the fast reply! Because of the code you mentioned above. The space has removed.

    Later on I will recommend your theme on WordPress.

    Regards,

    Luci

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘remove space between featured content and tekst homepage’ is closed to new replies.