Okay
  Public Ticket #2551941
Vertically align inner row
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi. I'm wondering if it's possible to vertically align an inner row, just like you can on the overriding row options.

    Thanks

  •  8,851
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •  21
  •  8,851
    Tahir replied

    And which Row are you referring to ?. 

    Thanks 


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    The rows at the bottom of the page :-)

  •  8,851
    Tahir replied

    Are you referring to the Plus icons in the Toggle Page Element?. If yes use below CSS.

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

    .toggle h3 a i {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
    }

    Thanks


    ThemeNectar Support Team