Okay
  Public Ticket #356969
how to center a row ?
Closed

Comments

  • Candice started the conversation

    Hello, 

    Could you explain to me how to center the last row of my portfolio made by 2 texts-block elements. I have send you my URL to show you. I have tried to margin: auto in the custom css but it doesn't work, same thing for the horizontal-align. 

    Many thanks for your help !

  •  8,406
    Tahir replied

    Hey!

    Can you provide a screenshot so i can better understand the issue ?. 

    Thanks 


    ThemeNectar Support Team 

  • Candice replied

    Not sur the file has been attached to this mail. 

    I would like to center these 2 elements (soundwishes & skills) together. There are differents elements but components of the same row. 

    Many thanks !

  • Candice replied

    same problems here on the landing page (files attached)

  • Candice replied

    and here still landing page

  •  8,406
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio #full_width_portfolio .span_12 {
        margin:auto;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Candice replied

    That's perfect ! Thank you so much !!