Okay
  Public Ticket #1233180
How to center image and text in footer 2
Closed

Comments

  • cjcole started the conversation

    I want to center the image and text in my footer 2.

    Also ... Is there a way to modify the type style in the footer 1 and footer 3 (form) to match my <p>.

  •  9,012
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#media_image-4 img  {
        display: table;
        margin: auto;
    }
    #text-5 .textwidget {
        text-align: center;
    }

    Thanks


    ThemeNectar Support Team