Okay
  Public Ticket #2413206
Add a link in social footer bar
Closed

Comments

  •  1
    Daphne started the conversation

    you’ve been so helpful, i have just one more question that I couldn’t find in public tickets etc. 

    I have an important landing page that I’d love to put on the same line as our social links in the footer (copyright) bar. Is that possible? 

  •  8,884
    Tahir replied

    Hey Again,

    Glad to help . 

    Yes, you can add a Page Link using the html anchor tag in the Copyright section : 

    <a href="#" > Page Link in Footer </a>

    Best 


    ThemeNectar Support Team 

  •  1
    Daphne replied

    perfect, thanks!

  •  1
    Daphne replied

    I was able to add it in the copyright section (left side) -- is there a way to align it on the right side next to the social links?

  •  8,884
    Tahir replied

    Hey Again, Hope you had a a Good Weekend, 

    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):

    #footer-outer .col.span_5 {
        float: right!important;
        width: auto !important;
        min-width: 400px;
    }
    #footer-outer .col.span_7.col_last {
        float: right;
        width: auto !important;
        min-width: 200px;
    }
    #footer-outer[data-full-width="1"] .container {
        display: flex;
        flex-direction: row;
        width: auto !important;
        float: right;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Daphne replied

    thank you for the help! I've attached a screenshot explaining more of what I meant. I would only like to add an additional URL link next to the social icons, but the copyright to remain on the left as usual. 

    This may not be possible...? Just checking. Thanks again :) 

  •  8,884
    Tahir replied

    No i am afraid thats not possible with CSS alone. 

    Thanks 


    ThemeNectar Support Team 

  •  1
    Daphne replied

    ok no problem, thank you