Hi could you take a look at my site. I have gone for a transparent content area with a full page image behind. I have an accordion but when I click on the top accordion, when it opens the accordion jumps up the page. Also the accordion and text next to it are a little too far down the page and I cant seem to move it up. Really appreciate your thoughts. It just the home page.
Hi Dogmut!
The accordion is working as it should. The issue is it does not look great with the fullscreen background.
In my professional opinion, I believe you should try lifting the text and accordion layer off the fullscreen.
Try adding this to your Quick CSS or custom.css:
#av_section_1 main{
position: absolute !important;
top: 100px !important;
}
Regards,
Arvish
Many thanks Arvish and that has stopped the jump. The large image is just a a holding image at the min so will be replaced. Cheers.