Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #517573

    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!

    • This topic was modified 8 years, 11 months ago by jonrouse. Reason: forgot link
    #517590

    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

    #517670

    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

    #517677

    Hey!

    just name the border-bottom: none !important; then.
    Will that wotk for you?

    Regards,
    Basilis

    #517681

    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”>

    #517696

    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.

    #517915

    Hi,

    Great, glad you found the problem. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.