2 lines above footer on a page, whereas other pages have 1
-
Hello everyone,
I have custom CSS upgrade. This enquiry is regarding my site (click HERE).
All my pages have 1 horizontal white line above the footer – which is normal.
However, my homepage/frontpage has 2 horizontal white lines above the footer – which doesnt look good.I believe it is due to the portfolio template.
Kindly advise what css code can resolve this.thanks a lot in advance! :)
The blog I need help with is: (visible only to logged in users)
-
If you have the Premium or Business upgrade http://wordpress.com/plans and use Custom CSS, you can opt to apply custom CSS to a WordPress.com theme.
Note 1: If you have the required upgrade you can use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can create a thread that will appear in the CSS Forum where you will get the help you need with CSS editing.
Note 2: You can also post there prior to purchasing an upgrade to get an answer to whether or not what you want to do can be accomplished via CSS editing.
-
-
Hi there,
Please check with the following CSS code for removing one border line :
.site-footer {
border-top : 0px;
}Thanks.
-
-
- The topic ‘2 lines above footer on a page, whereas other pages have 1’ is closed to new replies.