Okay
  Public Ticket #205269
Boxed column height
Closed

Comments

  • Tony started the conversation

    Aloha Nectar,

    Is there a way to set a fixed height for a boxed column? I want to set the small 1/3 column on the left to match the slider height which is 250 pixels. Please see the attached image for reference. Thanks!

  •  8,470
    Tahir replied

    Hey Tony!

    Please provide url as well. 

    Thanks


    ThemeNectar Support Team 

  • Tony replied

    Hey Tahir,

    Thanks for your response. Here's the site: http://www.guitardawg.com/salientdemo/goof/

    It's what I use to work things out, pay no attention to the crappy content. I'm simply wondering if you can make a fixed column height so my columns would be the same size all the way across even though the content would not fill them equally.

    Thanks!!

  •  8,470
    Tahir replied

    Hey Tony!

    You can simply add an extra class like this : http://prntscr.com/3euhbo and then add in css like this. 

    .fixed-height .wpb_wrapper {
        height: 291px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Tony replied

    Wow! Awesome Tahir. Thanks for the screen shot. When I input 250 px the size comes out to 275. I simply input 225 px and then I get a 250 px column.

    Mahalo,

    Tony