Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Padding top site

  • This topic is empty.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #206508
    sportfeed
    Participant

    Hi Guys,

    Again a padding/margin issue on a project. I searched everywhere but cant find the issue. All the items on the site have a huge whitespace, but with wordpress i can delete the whitespace with a top margin of -250px, but on the blog page i cant.

    http://www.dealleman.nl/kleuters-hebben-lentekriebels-in-de-leidse-hortus-2/

    The same when i add a featured image, the blogtext itself is more aligned to left as the picture en title of the post. I can change it manually for each post, but the people who are gonna use it are not very capable for this kind of work. Can someone look at this for me to. Its on the same page as above

    Love you guys!

    #206514
    Shikkediel
    Participant

    One thing that immediately stands out is that there is an empty div above everything that’s apparently meant for a parallax image? So it’s not about margin or padding there…

    For the text alignment you could do this :

    .grid p {
    margin: 0 10px;
    }
    

    Hope that helps.

    #206515
    sportfeed
    Participant

    Yes i hate that parralax image, so i putted it off on all pages, but there is a huge white space in return, very frustrating thing in the current theme. Theme support is worthloss there, so could anyone maybe help me with this issue?

    Thanx for the other code m8:)

    #206517
    sportfeed
    Participant

    I also added the code in the childstheme css file

    .grid p {
    margin: 0 10px;
    }

    But wont work:(

    http://www.dealleman.nl/kleuters-hebben-lentekriebels-in-de-leidse-hortus-2/

    #206518
    Shikkediel
    Participant

    How about this for the image :

    .nicdark_space160 {
    display: none;
    }
    

    Could it be you’re still looking at a previous cached version with regard to the change that was made?

    #206528
    sportfeed
    Participant

    I had to put in the css area of the theme instead of the custom css file, weird. Thanx a lot Shikkediel:)

    One thing and your my here for the today.

    No without the space160 the page need some standard top margin to display well on all pages cause now the images are in the menubar.

    Do u now the css code to add a top margin to the whole website?

    http://www.dealleman.nl/kleuters-hebben-lentekriebels-in-de-leidse-hortus-2/

    #206529
    Shikkediel
    Participant

    Graag gedaan. :-)

    If I understand correctly, you’d be looking for something like this :

    body {
    margin-top: 35px;
    }
    

    That’ll show a stroke of the grey background at the top.

    #206532
    sportfeed
    Participant

    Thanx man I Love you!

    I learn a lot of you guys:)

    SOLVED!

    #206533
    sportfeed
    Participant

    O one small question:

    Does anyone knows how to get the message area bigger in the contactfrom were the text “bericht” is in?

    http://www.dealleman.nl/contact-1/

    #206535
    Shikkediel
    Participant

    For that you would need to change the HTML (instead of CSS), the amount of rows indicated here :

    http://www.anony.ws/i/2015/08/14/screenshot.png

    Cheers!

    #206537
    sportfeed
    Participant

    Thanx Bro!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘CSS’ is closed to new topics and replies.