Okay
  Public Ticket #1997471
Footer Font
Closed

Comments

  •  13
    IdeoPhil started the conversation

    Hello, 


    Where do I find the setting for adjusting the point size and line height for the footer copy please.

    I would like to adjust the line height for the copy under neither the Heading "FIND US" in the footer. Please find link below:

    https://www.sjs-sport.com/

  •  8,994
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  13
    IdeoPhil replied

    Hi Tahir,

    I would like to adjust the line height for the copy under neither the Heading "FIND US" in the footer.

    Please find link below:

    https://www.sjs-sport.com/


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

    #text-3 .textwidget {
        line-height: 24px !important;
    }
    @media (min-width: 690px) {
        #copyright .span_5 {
            width: 80.5% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  13
    IdeoPhil replied

    Brilliant, thank you Tahir.

  •  13
    IdeoPhil replied

    Sorry to be a pain but could you supply me with the Custom CSS for the other columns also "CONTACT US" and "POLICIES"

    Please find link below:

    https://www.sjs-sport.com/

    Also is there any way of centering the all Footer information when viewed on mobile?

    Thanks

  •  8,994
    Tahir replied

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

    .textwidget {
        line-height: 24px !important;
    }

    Thanks


    ThemeNectar Support Team