Hi, my suggestion is super simple, give footers the ability to be styled in the same way as headers, especially so we can set them to dynamic, following suit from the first section theme on a page. Cheers!
Thanks for the advice tuanphan. The site is on a Personal Plan so a deeper code fix isn't possible. My solution is just to move the image links downwards so they don't sit under the header block. It won't look as clean but holy moly I've spent too much time on trying to fix this problem. Thanks again for looking at it for me.
Hi tuanphan, thanks for the reply.
URL is: https://carnation-chinchilla-fbm7.squarespace.com/
PW: dolphin
I added a border to the header area to make it easier to see where the cut-off is when I was moving around the MDC instagram image div block. The image becomes clickable exactly where the border of the header ends vertically.
Hi all, has anyone run into a similar problem to this?
I'm using CSS to position two elements in the top right of the viewport (as shown in the attached image), but the images are missing their link interactivity for some reason. They're set up as image blocks in the Fluid editor, and have links assigned in the editor as normal.
The code is:
/* MDC IG block */
#block-yui_3_17_2_1_1694644221057_3615 {
position: fixed;
width: 56px;
height: 28px;
top: 10px;
right: 10px;
z-index: 999;
}
/* H64 IG block */
#block-f5883f9d28b230687606
{
position: fixed;
width: 56px;
height: 28px;
top: 40px;
right: 10px;
z-index: 998;
}
Any ideas?
Cheers!