Okay
  Public Ticket #905889
widget image and text center
Closed

Comments

  •  2
    AG started the conversation

    How can i get both the text and image to centre in widget footer area 2?http://imperialtimber.com.au/get-in-touch/

    thanks

  •  8,996
    Tahir replied

    Hey Airmy.

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

    div#text-3 * {
        text-align: center;
    }

    Thanks


    ThemeNectar Support Team 

  •   AG replied privately
  •  8,996
    Tahir replied

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

    .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon  .lines-button.x2 .lines:after, .slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button:after, header#top .slide-out-widget-area-toggle[data-icon-animation="spin-and-transform"].mobile-icon .lines-button.x2 .lines{
        background-color:#fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   AG replied privately