Im trying to get the previous and next portfolio buttons to be positioned at the bottom of the screen. I cant seem to find the right css handle to do so.
.window-arrow-nav {
position: fixed!important;
z-index: 9999!important;
bottom:0px!important;
}
If i mess around with window-arrow-nav in the inspect element, it moves it no problem. I save the code to the css, and nothing. ANy idea where i’m going wrong.
Alternatively
Is there can I just apply a toggle? or Class to my own custom button to achieve the same previous and next function?
Thank you,
Marc
Attachments:
You must be
logged in to view attached files.