Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097610
    ckola
    Participant

    How do I align the text I have on the bottom of my footer? CSS?

    websites- westsidecg.com

    #1097634
    Rahul
    Moderator

    Hey There,

    Thanks for writing in! Is it only the email form elements that you’re referring to? You can add this under Custom > CSS in the Customizer.

    .whmpress_login_form {
        text-align: left;
    }
    
    .whmpress_login_form label {
        text-align: left !important;
    }

    Hope that helps!

    #1097638
    ckola
    Participant

    No this is not an email form. It is footer content that I want to align to the left.

    #1098068
    Lely
    Moderator

    Hello There,

    Please try this CSS instead:

    .x-colophon-content {
        text-align: left;
    }

    Hope this helps.

    #1099282
    ckola
    Participant

    No it has not helped

    #1099520
    Prasant Rai
    Moderator

    Hello There,

    Please try the following CSS:

    footer.x-colophon.bottom .x-colophon-content {
        text-align: left !important;
    }

    Thanks.

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