Okay
  Public Ticket #2357481
left align footer copyright and social media icons
Closed

Comments

  •  1
    phillystyle123 started the conversation

    I'd like to left align the copyright and social media icons in my footer. I don't wish to use the footer area about the copyright bar because there is no social media widget. Please see attached 2 images. Thanks!

  •  8,991
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        #footer-outer #copyright[data-layout="centered"] .col {
            width: auto !important;
            margin: 0 !important;
        }
        #footer-outer[data-cols="1"] #copyright .col ul li {
            margin-bottom: 0px !important;
        }
        div#copyright .container {
            display: inline-flex !important;
            align-items: center;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    phillystyle123 replied

    Pefecto -thanks for the support!