-
Author
-
October 24, 2015 at 06:10 #83963
wd7080
ParticipantHello,
There is a line above the footer columns. When I use inspect element I get this class: footer-color border-top
I want to give this line the following styles and align it in the center of the page:
COPY CODEhr { color: #393939; background-color: #333; height: 5px; }When I style it, the whole columns in the footer disappears. Do I miss anything?
Thanks
October 24, 2015 at 16:08 #84019Laura
ModeratorHello, can you share a link? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 25, 2015 at 17:29 #84106wd7080
ParticipantHi Laura
Thank you very much for your reply. My website link is: http://community.cpachess.com/
.htaccess username and password is: kleo
Similar to the theme name. All are lower cases.Scroll down and you will see the line.
October 26, 2015 at 16:40 #84280Laura
ModeratorHello, which one do you want to center?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2015 at 19:50 #84345wd7080
ParticipantHi Laura
I want to make the first footer (thin line across the page) similar to the second footer line (thick and centered). Do you see the thin line (first line in the page)? I want it to be similar to the second line (thick and in the center) of the page. Please help.
Thanks
AbdullahOctober 26, 2015 at 19:53 #84347wd7080
ParticipantHi Laura, please delete my name in the above post. (below Thanks)
I don’t know why I wrote it.
October 28, 2015 at 06:43 #84613Laura
ModeratorHello, i see you deleted it, let me know if i can still help you 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 28, 2015 at 19:50 #84773wd7080
ParticipantHi Laura
What I want giving the border above the footer the following styles:
COPY CODEhr { color: #393939; background-color: #333; height: 5px; }October 30, 2015 at 01:25 #84992Laura
ModeratorHello, this should work 🙂
COPY CODEdiv#footer { border-top: 5px solid; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.