Align Middle

Hi,

I am trying to create a call to action bar and wanting to Align a button to the middle of a section.

Hi,

You can try adding a class to your ROW element.

eg. Add v-align

Then add the code below in Theme Options > CSS

.v-align .x-column {  
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin:0; 
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.