Hi,
I've added CSS to the cover-page on my site to position the navigation in top left corner, but it keeps reverting back to the original default CSS.
<style>
[data-slice-type="navigation"] {
position: fixed !important;
left: 25px !important;
top: 25px !important;
}
</style>
When I load the page the nav goes to the top left for a split second and then moves back to the default spot.
Here is a link to the site – www.designbyassoc.com
Is there some CSS that can disable the default settings for that page?
Thanks