Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Joyn
  • #205123
    barefootMarc
    Member
    Post count: 174

    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.
    #205163
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one

    .window-arrow-nav {
        top: 90% !important;
        position: fixed!important;
        z-index: 9999!important;
    }

    -Rui

    #205452
    barefootMarc
    Member
    Post count: 174

    Your method works, but I need it flush. Is it possible to create a link which calls on the previous portfolio item?

    -M

    #205711
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Didn’t understand what you mean with “but I need it flush”?
    Those links are dynamic, so it’s not possible to do differently from the current links.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register