Okay
  Public Ticket #2166813
Footer alignment
Closed

Comments

  • Kristian started the conversation

    Hi,

    I have a two column footer and I'm trying to align the right footer to the right and the left footer to the left. Is there a way to specify that?

    Thanks.

  •  8,992
    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):

    div#custom_html-9 {
        text-align: right;
    }

    Thanks


    ThemeNectar Support Team