New Landing How can we help? Cardinal Center Copyright Text in Footer

Viewing 15 posts - 16 through 30 (of 34 total)
  • Posted in: Cardinal
  • #106654
    jeppevinum
    Member
    Post count: 156

    Dont works. When i make a <br> in the raw text, it jumps to the left.

    #106655
    jeppevinum
    Member
    Post count: 156
    This reply has been marked as private.
    #106671
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Did you remove the margin-right?

    – Kyle

    #106673
    jeppevinum
    Member
    Post count: 156

    How?

    #106674
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In your custom css you have this:

    #copyright .text-left {
    max-width: 100%!important;
    margin-left: 7%!important;
    }

    Remove it and add this:

    #copyright .text-left {
    max-width: 100%!important;
    text-align:center;
    }

    – Kyle

    #106675
    jeppevinum
    Member
    Post count: 156

    I already did ๐Ÿ˜€

    #106679
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add width:100%;

    So:

    #copyright .text-left {
      max-width: 100% !important;
      text-align: center;
      width: 100%;
    }

    – Kyle

    #106680
    jeppevinum
    Member
    Post count: 156

    Now it works! ๐Ÿ˜€ Thank you..

    #106683
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great ๐Ÿ™‚ No problem

    – Kyle

    #106901
    normad
    Member
    Post count: 4

    I just saw all these replies! The custom CSS did the trick! Thanks!

    #106942
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, No problem

    – Kyle

    #134668
    tylerdurdenphi
    Member
    Post count: 52

    I would like to accomplish the same thing, but neither of the two options above are helping. Any additional suggestions?

    #134695
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    @tylerdurdenphi – Please provide your website url so i can check and resolve the issue easily.
    Thanks
    Mohammad

    #134797
    tylerdurdenphi
    Member
    Post count: 52
    This reply has been marked as private.
    #134801
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #copyright .text-left {
        margin-left: 0% !important;
        width: 100% !important;
    }

    Thanks
    Mohammad

Viewing 15 posts - 16 through 30 (of 34 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register