Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #357138

    Hi,

    After updating wordpress and enfold, there’s a border at the top of the page which, I believe, should be at the bottom. On some pages it is at the bottom, at some at the top.

    ANy suggestions how to solve this?

    #357713

    Hi erwin_m!

    Try adding this to your custom CSS.

    .entry-content-wrapper { border: 0px !important; }
    

    Regards,
    Elliott

    #358044

    Hi Elliot,

    That indeed removed the border. In the site before the update I had a border at the bottom. I was using this css-code.

    .entry-content-wrapper {border-bottom: 1px solid ;margin-bottom:0px;padding-bottom:5px;}

    Why doesn’t this work anymore? I would like it back if possible.

    Regards,

    Erwin

    #358474

    Hi!

    Change my code to this then.

    .entry-content-wrapper { border-top: 0px !important; }
    

    That will allow you to set a bottom border.

    Cheers!
    Elliott

    #358543

    Hi Elliot,

    That should make sense, but I believe that the border shown at the top of the wrapper, is the border-bottom, so there’s something else wrong. When I add a border-bottom it’s also shown at the top. It looks like the content isn’t in the wrapper.

    #359318

    Hi!

    I’m sorry but I’m not sure I understand. When I view your site now I don’t see the line that you were referring to. Go ahead and send us a link to the exact page and take a screenshot highlighting what your seeing so we can get a better idea.

    Regards,
    Elliott

    #359441

    That’s coreect, as the site is live I had disabled the whole border. It’s bac again now, only disabled the border at the homepag because it was reaaly obvious a fault.

    What I mean is this http://awesomescreenshot.com/0e33xgtg29
    That came from the same page as the url mentioned before is pointing at.

    Thanks so far!

    Regards,

    Erwin

    #359827

    Hey!

    Please add following code to Quick CSS as well

    .entry-content-wrapper.clearfix {
    border: none!important;
    }

    Regards,
    Yigit

    #359914

    Hey Yirgit,

    That removes the border, that part went well allreay ;). I would like a border at the bottom of the wrapper..

    Suggestions?

    Regards,

    Erwin

    #360236

    Hello Erwin,

    Can you post a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #360261

    Hello Josue,

    When I delete the added css-code, The borders are back. On some pages its shown right, on some not. On this screenshot you can see how it should be http://awesomescreenshot.com/0bb3xsd601on blog related pages, there is also a border at the bottom of the page,on some pages this same border is placed above the content. You can see a right page at http://bit.ly/1vx7WJR and a wrong one at http://bit.ly/1Cu2wnZ

    Where is the difference in editing, coding or….?

    Regards,

    Erwin

    #360611

    Hi!

    Please remove all css codes that you added regarding the issue, replace it with:

    .entry-content-wrapper.clearfix {
    overflow: auto;
    }

    Cheers!
    Ismael

    #360746

    Hi Ismael,

    That works, but…. when I apply this code, the slider on the front page is cut of at the top and bottom. Somehow there is a padding or margin applied. This looks really terrible. As my site is a live site, I’ve put it back so that there is no border at all. I will make a copy of the site for testing, after that I report back so it is viewable.

    Regards,
    Erwin

    #361083

    Hey!

    We will be waiting to hear from you Erwin. It got a little confusing for us apparently. Please post example links from your testing site when it is ready.

    Best regards,
    Yigit

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