Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #632544

    I would like to “fix” the portfolio grid sorting options/categories so it stays at the top of the page after the user scrolls down. My top navigation is fixed, but would also like this category of options fixed when viewing the portfolio pages. Can you please help? Please see my page in question below! Thanks

    #632560

    Hi webdesign!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.

    Let us know if we could do anything else, regarding our theme

    Best regards,
    Basilis

    #632564

    Hi Basilis,

    Thanks for the quick reply! Do you have a suggestion on some sort of work around? Is there a way to add these portfolio categories to a widget, or some sort of menu, then fix the widget/menu to the top bar, like the title bar?

    Thanks!

    #633556

    Hi,

    This is possible but will require custom modifications. Please try this in the Quick CSS field:

    .sort_width_container.av-sort-yes-tax {
        position: fixed;
        top: 110px;
        z-index: 1000;
        width: 100%;
        padding: 20px 40px;
        border: 0;
        background: #ffffff;
    }
    
    .grid-sort-container {
        margin-top: 90px;
    }

    This may not work properly on mobile devices.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.