- This topic is empty.
-
AuthorPosts
-
August 13, 2015 at 1:04 pm #206508
sportfeed
ParticipantHi 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!
August 13, 2015 at 2:12 pm #206514Shikkediel
ParticipantOne 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.
August 13, 2015 at 2:36 pm #206515sportfeed
ParticipantYes 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:)
August 13, 2015 at 2:38 pm #206517sportfeed
ParticipantI 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/
August 13, 2015 at 2:43 pm #206518Shikkediel
ParticipantHow 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?
August 14, 2015 at 1:58 am #206528sportfeed
ParticipantI 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/
August 14, 2015 at 2:49 am #206529Shikkediel
ParticipantGraag 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.
August 14, 2015 at 4:35 am #206532sportfeed
ParticipantThanx man I Love you!
I learn a lot of you guys:)
SOLVED!
August 14, 2015 at 4:41 am #206533sportfeed
ParticipantO one small question:
Does anyone knows how to get the message area bigger in the contactfrom were the text “bericht” is in?
August 14, 2015 at 6:01 am #206535Shikkediel
ParticipantFor 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!
August 14, 2015 at 6:28 am #206537sportfeed
ParticipantThanx Bro!
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.