Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1266076
    jeanettecaines
    Participant

    I’m trying to format my footer and I used this in my css from a forum post
    .x-colophon.top {
    text-align: center;
    font-size: 18px;
    color: #f0f;
    height: 80px;
    }
    .x-colophon.top #text-2 {
    line-height: 60px;
    }
    but it didn’t work. I’m trying to change the font size and also put in page breaks for the text.
    Help, please?

    #1266118
    Jade
    Moderator

    HI Jeanette,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1266124
    jeanettecaines
    Participant

    oops, sorry! http://www.jewelryarts

    #1266368
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer to make changes in footer:

    footer.x-colophon.bottom .x-colophon-content {
        text-align: center;
        font-size: 18px;
        height: 80px;
        line-height: 2;
    }
    
    footer.x-colophon.bottom .subscribe-form {
        margin-top: 30px;
    }

    Thanks.

    #1266732
    jeanettecaines
    Participant

    Thank you! Is there anyway to start a new line of text under my other text, so the information doesn’t just all run together?
    http://www.jewelryarts.com

    #1266736
    Paul R
    Moderator

    Hi,

    Yes, please change yout footer content to this.

    
    22 East 49th street Fourth Floor NY NY 10017 212-362-8622 [email protected] <br>
    
    Jewelry Arts Inc is a fine arts studio and does not provide job or career training.
    

    Thanks

    #1266755
    jeanettecaines
    Participant

    Beautiful!!
    Can I also ask how to get rid of the extra space above the footer? I’ve turned off the footer widget area but I can’t seem to get it to move upward. http://www.jewelryarts.com

    #1266757
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    body .x-colophon.bottom {
       padding:20px 0;
    }
    

    You may change 20px to adjust the spacing.

    Hope that helps.

    #1266767
    jeanettecaines
    Participant

    Thank you!!

    #1266768
    Joao
    Moderator

    You are welcome,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1266076 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>