Pageable Container Fixed Height

Posted in: Newspaper
Post count: 15

Hi,

In pageable container, if we enable auto rotate it affects the rows containers blocks below it everytime it rotates

is there a way to fix the row height

Post count: 22421

Hello,

You could add a custom css class to the row in visual composer: http://screencast.com/t/PEo4GXo5
And then use this class with css and apply some changes to it. You can add a max-height if you want like for example:
.customrow{
max-height:800px
}

I’m not sure how the content underneath it will display, but you can use different selectors and attributes in css to position them.
You can use the .home class if just the homepage is affected by this rotating containers so you will not accidentally affect the rest of your site with the custom css.

I hope this helps.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.