Hi
I have a layout issue with the featured collection sections in Dawn.
The view all button is partially obscured - you can only click on the bottom part of the pic.
It appears some element is laid on top of the button. See attached.
Hi
I have a layout issue with the featured collection sections in Dawn.
The view all button is partially obscured - you can only click on the bottom part of the pic.
It appears some element is laid on top of the button. See attached.
Hi SDBdigtial.
Open your stores dashboard → Online Store → Actions → Edit Code → Open ‘base.css’ →
At the bottom of the file copy and paste this code and your button should work correctly.
.collection > .center {
position: relative;
z-index: 20;
}
Let me know if this works for you!
NOTE: If you edit any files on your store, I advise that you duplicate the theme before doing so and editing the duplicated theme instead. This will prevent your live site from breaking if something goes wrong.
Hi @SDBdigital ,
I don’t believe this is expected behavior - so could you please confirm whether or not you’ve been making code changes to your theme?
If you have, it’s possible that a customization or edit you’ve made might be conflicting with another section, causing the overlap.
As @DMT-Mike correctly pointed out, it’s a wise idea to duplicate your theme before editing - as a backup in case something like this happens.
Bear in mind you can also roll back your theme code to an older version if your most recent changes are jarring or affecting theme performance.
I hope this helps!