Can you tell me how I can align the heights of the blogposts overview on my homepage?
Thank You!
Hi,
To achieve that, you will have to write a custom CSS code, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that?
Best regards
Yes, would be awesome, if you could tell me, which code I should use.
Thank you
Please, use the following code:
.sliding_box .desc_wrapper{ min-height: 90px; }
Thanks
Comments
Hi,
To achieve that, you will have to write a custom CSS code, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that?
Best regards
Yes, would be awesome, if you could tell me, which code I should use.
Thank you
Please, use the following code:
Thanks