Hi, how can I make the icons – http://screencast.com/t/IeJJPIIjebH – fit the width of the content instead of taking the full width of the page?
This is the code Yigit provided me to fix a simliar issue on the home page but I don’t know how to make it work on this specific page:
.home .flex_column_table.av-equal-height-column-flextable {
max-width: 70%;
margin: auto;
}
Thanks.
Hi DROR!
Please edit your first column where you have your icons and choose to display equal height and then add following code to Quick CSS
.page-id-10291 .flex_column_table.av-equal-height-column-flextable {
max-width: 70%;
margin: auto;
}
Best regards,
Yigit
Doesn’t seem like it works. The page looks the same.
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Sure, info is added.
Can you make the icons fit the exact width of the content -http://screencast.com/t/7dsS38Jtv7UY
Hey!
You can simply edit this code – https://kriesi.at/support/topic/how-to-make-the-icons-fit-the-width-of-the-content/#post-529183
Cheers!
Yigit
Got it. Thanks !