This topic has 11 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #83963
     wd7080
    Participant

    Hello,

    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 CODE
    hr {
    	color: #393939;
    	background-color: #333;
    	height: 5px;
    }

    When I style it, the whole columns in the footer disappears. Do I miss anything?

    Thanks

    #84019
     Laura
    Moderator

    Hello, 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 solution
    #84106
     wd7080
    Participant

    Hi 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.

    #84280
     Laura
    Moderator

    Hello, 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 solution
    #84345
     wd7080
    Participant

    Hi 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
    Abdullah

    #84347
     wd7080
    Participant

    Hi Laura, please delete my name in the above post. (below Thanks)

    I don’t know why I wrote it.

    #84493
     wd7080
    Participant

    Can you please help?

    #84613
     Laura
    Moderator

    Hello, 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 solution
    #84773
     wd7080
    Participant

    Hi Laura

    What I want giving the border above the footer the following styles:

    COPY CODE
    hr {
    	color: #393939;
    	background-color: #333;
    	height: 5px;
    }
    #84787
     wd7080
    Participant

    Lura,

    Please look at the attached picture

    #84789
     wd7080
    Participant

    Laura,

    Please look at the attached picture

    #84992
     Laura
    Moderator

    Hello, this should work 🙂

    COPY CODE
    
    div#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
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?