Okay
  Public Ticket #2710030
Footer align center and logo settings
Closed

Comments

  • Martin Kořínek started the conversation

    Hello!

    1) How can i do bigger logo (screen).

    2) Where i can set up image for this logo (screen)

    3) How can i center footer widget text to middle (screen).

    Thanks for your answers! :-) (and sorry for my bad english).


  •  2,679
    Andrew replied

    Hi There,

    1 & 2. You can set up the logo image :

    7439452436.png

    3. Please try this css:

    @media only screen and (min-width: 1000px){
    #footer-outer .row {
        padding: 75px 0;
        margin-left: 172px;
    } }

    Thanks.

  •  8,342
    Tahir replied

    Hey Again,

    Please have a look at this Article :Header Logo Not Showing | Cant Change Demo Logo.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #footer-outer .widget * {
        text-align: center;
    }

    Thanks


    ThemeNectar Support Team