Hi guys, Just a question; I would like to use the 'Features Intro : style-3' on position 'sidebar-2'. But it shows a lot of white space. Can this be removed?
Hi smartmax
Try to add at your custom.css this code
.t3-sidebar, .acm-features.style-3 { padding-top:0px!important; }
Beautiful Pavit, thank you very much. Is it also possible to remove some space at the bottom?
Set the padding bottom at 0 px in this way
.t3-sidebar, .acm-features.style-3 { padding-top:0px!important; padding-bottom:0px!important; }
Regards
Beautiful, thank you very much!