Hi,
I have added a banner at the top of my homepage, between the header and the slideshow. I was wondering if it is possible to adjust the height of this banner(I want to make it smaller).
Thx,
Sam
While on this topic, is it also possible to change the height of the headers in each of the classes that are used at the top of the template?
sampardon Hi Add this code for CTA module
.home .acm-cta .cta-showcase-item { padding: 24px 0!important; }
The header is already pretty small. can you give me screenshot how u want to change it?
I am talking about the "Group Exercise Classes" part. I would like it to be just as big as the CTA Module on the home screen.
Thx
sampardon
Hi Maybe you are using a different site, as the URL you added for staff does not match with the screenshot http://prntscr.com/pbj6h7
if you want to increase the height of Masthead section add this code in custom.css file and increase padding value as per needs
div.ja-masthead .ja-masthead-detail { padding: 121px 0; }
Thank you! Solved.