Hello,
bottom first, second and third blocks have same (%33) width. I would like to have
first bottom: %40
second bottom: %35
third bottom: %25
How can I do this?
Thanks

Comments

devshi.addweb’s picture

Please Put below code in your custom css file.

#bottom-teaser.in3 .column.A { width: 40%; }
#bottom-teaser.in3 .column.B { width: 35%; }
#bottom-teaser.in3 .column.C { width: 25%; }

Thanks!

vidit.anjaria’s picture

Status: Active » Needs review