Shop Categories

X

Center text on copyright area

Home Forums Agama Pro Center text on copyright area

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26136
    Diego Letelier
    Participant

    Hello Zex,

    I have a CSS code that it worked before, it doesn´t on this one.

    Here it is:

    #footer-wrapper .site-info p { text-align:right; }
    .wpforms-container { font-family: raleway ; }

    Here is the CSS complete:

    @media screen and (max-width: 994px) {
    div.sticky-header.sticky-header-shrink {
    position: fixed !important;
    }
    nav.mobile-menu {
    top:86px!important;
    }
    }
    @media screen and (max-width: 480px)
    nav.mobile-menu {
    top:150px!important;
    }
    #footer-wrapper .site-info p { text-align:right; }
    .wpforms-container { font-family: raleway ; }

    Please help.

    Diego

    #26141
    Zex
    Moderator

    Hello, Diego!

    Remove the next code from your Custom CSS:#footer-wrapper .site-info p { text-align:right; }

    Then add the following code:

    #footer-wrapper .site-info,
     #footer-wrapper .social{ 
        text-align:center;
        width:100%!important;
        margin:10px auto;
    }

    Regards

    #26176
    Diego Letelier
    Participant

    Hello Zex,

    I did, but it affects not only the copyright area, also the social networks icons are centered. Is it possible to just center the text? Not the social icons?

    Best regards,
    Diego

    #26182
    Zex
    Moderator

    Hi, Diego!

    Yes, it’s possible.

    Replace the above code with the following codes:

    #footer-wrapper .site-info{ 
        text-align:center;
        width:100%!important;
        margin:10px auto;
    }
    #footer-wrapper .social {
       float: right;
    }

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.