help! Center logo and footer text

Home Forums Iconic One Pro Support help! Center logo and footer text

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 5 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5344

    S3R3C
    Participant

    Hei!

    I tried to search and i didnt find.. maybe im dumbass.. im new to these things.. can you help?

    i need my logo on header to be moved to center now its far left..
    also my footer text to be at center.. now its also on far left..

    you can check it here is my webiste URL: http://www.trading-spy.com

    thank you for your help 🙂

    #5345

    Hi,

    Paste the following custom css in live customizer -> Additional CSS to achieve your desired results.

    
    .themonic-logo {
        float: none;
        text-align: center;
    }
    .socialmedia {
        margin-top: -40px;
    }
    .footercopy {
        float: none;
        text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.