Okay
  Public Ticket #957380
Morphing width
Closed

Comments

  •  1
    Benoit started the conversation

    Hi,

    Please how do we set the morphing element width?

    See attached, when the text isn't equal length, then the whole box isn't the same width, I'd like it to be equal no matter the screen / text size.

  •  8,996
    Tahir replied

    Hey Benoit,
    You will have to adjust the Padding via the VC Settings or Custom Css of both columns.
    Please provide the page url so that i can write up the custom css for whats possible and add a Extra Class to that row or both columns so it can be targeted via css.

    Thanks


    ThemeNectar Support Team 

  •  1
    Benoit replied

    Hi,

    Sorry for the delay, the site wasn't published yet.

    Here you go: http://www.ca.izi-nov.com/ at the bottom

    I would like the heigh of the left one, and the width of the right one

    (Please note that the client didn't purchase the theme yet but it should be done next week. I hope that won't be a problem)

  •  8,996
    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) :

    .morphing-outline .inner {
        min-width: 230px !important;
        min-height: 201px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Benoit replied

    thanks, perfect ! it worked :)