-
AuthorPosts
-
November 24, 2014 at 9:44 pm #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?
November 25, 2014 at 5:37 pm #357713Hi erwin_m!
Try adding this to your custom CSS.
.entry-content-wrapper { border: 0px !important; }
Regards,
ElliottNovember 26, 2014 at 12:02 am #358044Hi 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
November 26, 2014 at 7:23 pm #358474Hi!
Change my code to this then.
.entry-content-wrapper { border-top: 0px !important; }
That will allow you to set a bottom border.
Cheers!
ElliottNovember 26, 2014 at 9:04 pm #358543Hi 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.
November 28, 2014 at 1:29 am #359318Hi!
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,
ElliottNovember 28, 2014 at 8:24 am #359441That’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
November 28, 2014 at 7:39 pm #359827Hey!
Please add following code to Quick CSS as well
.entry-content-wrapper.clearfix { border: none!important; }
Regards,
YigitNovember 28, 2014 at 10:20 pm #359914Hey Yirgit,
That removes the border, that part went well allreay ;). I would like a border at the bottom of the wrapper..
Suggestions?
Regards,
Erwin
November 30, 2014 at 7:06 am #360236Hello Erwin,
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueNovember 30, 2014 at 10:05 am #360261Hello 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
December 1, 2014 at 5:58 am #360611Hi!
Please remove all css codes that you added regarding the issue, replace it with:
.entry-content-wrapper.clearfix { overflow: auto; }
Cheers!
IsmaelDecember 1, 2014 at 1:44 pm #360746Hi 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,
ErwinDecember 1, 2014 at 10:02 pm #361083 -
AuthorPosts
- You must be logged in to reply to this topic.