holahannah Posted September 9 Share Posted September 9 Hello, I've added a summary carousel block to my page here: https://railwayhotelgosford.com.au/whatson However, I'm looking for a way to add more padding between each summary item. If I just add CSS margin to the .summary-item, it adds space between the summary items, which is what i want, but the third one gets cut off. I want 3 items to display per carousel scroll. Is there also any code I can add in, to ensure the gold 'book now' button are always vertically aligned - no matter how much content is in the summary excerpt? Thanks Link to comment
tuanphan Posted September 13 Share Posted September 13 You try using Custom CSS code like this @media screen and (min-width:992px) { div#block-yui_3_17_2_1_1694285073162_46035 .summary-item { width: 25% !important; margin-left: 3% !important; margin-right: 3% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment