Replies: 0
Hi,
I have created my own theme with the help of this video (https://www.youtube.com/watch?annotation_id=annotation_1980041297&feature=iv&index=3&list=PLpcSpRrAaOaqMA4RdhSnnNcaqOVpX7qi5&src_vid=snFzbPm_RUE&v=k7olvEeBM2I). The code that should show the borders is:
/* Header */
.site-header {
border-bottom: 2px solid #999;
}
/* Footer */
.site-footer {
border-top: 2px solid #999;
}
The border-bottom shows correctly but the border-top doesn’t show. I don’t why. Could somebody help me to solve it?
I have checked another code (see https://wordpress.org/support/topic/add-border-to-footer/) with the same result. Maybe is there problem in setting of something else?
Thank you.