Hi, I made a post earlier today about a border around a page. See here: https://kriesi.at/support/topic/create-border-around-site/#post-517356
I’ve noticed that when I’ve logged out of the website that there is a ten pixel border between the content and the footer. Please see the link I’ve sent.
Is there any CSS you can help me with? When I’m logged into the site I can’t see it, maybe because of the wordpress header, which pushes everything down.
Sorry about having to ask again!
Hey jonrouse!
You have this CSS which is causing it.
.boxed#top {
border-right: 20px solid #ffffff;
border-left: 20px solid #ffffff;
border-top: 20px solid #ffffff;
border-bottom: 20px solid #ffffff;
}
Remove that or add this for a quick fix.
.boxed#top { border: 0px !important; }
Best regards,
Elliott
Hi Elliott,
It’s me again using my other account from home.
I want to keep the 20pixel white border around every page on the site, it’s part of the design. I’d like help to lose the gap at the bottom.
Does this make sense? I found the CSS on the forums from someone else, I know very little about it, but I do want a border.
Thanks
Hey!
just name the border-bottom: none !important; then.
Will that wotk for you?
Regards,
Basilis
I tried that, but it doesn’t work. I’ve just done an “inspect element” in my browser and there’s a little smiley in there <id=”wpstats”>
Back again, after a little research it’s a bloody plugin putting something in the footer. Changed a preference and it’s working a treat.
Thanks for your help, I really love enfold by the way. I’m a designer with lots of design experience and minimal web experience, enfold makes so much sense to me as a designer, I love using it.