Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #349570

    hi,
    How can we sticky the masonry sort navigation by section?

    thanks,
    larry

    #349876

    Hey Larry!

    This could work, try adding this code to the Quick CSS:

    @media only screen and (min-width: 767px) {
        .av-masonry-sort.main_color {
            position: fixed;
            top: 90px;
            width: 100%;
            z-index: 900;
            max-width: 1310px;
            margin-left: -15px;
        }
    }

    Cheers! 
    Josue

    #350581

    cool will give it a shot. just realized i need to switch from masonry to portfolio grid to utilize the ajax portfolio settings.
    how about sticky the sort navigation for portfolio?

    #351082

    Hi!

    Please try this:

    @media only screen and (min-width: 767px) {
    .avia-fullwidth-portfolio .sort_width_container {
    margin: 0;
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 900;
    margin: 0 auto;
    }
    }

    Adjust the top position value.

    Regards,
    Ismael

    #358950

    I guess I mean sticky on scroll. So that once the menu hits top of page, it sticks….

    #359427

    Hi!

    You can try this:

    .header-scrolled + div div div .av-masonry-sort.main_color.av-sort-yes {
    margin: 0;
    position: fixed;
    top: 90px;
    z-index: 900;
    margin: 0 auto;
    max-width: 1500px;
    padding: 20px 50px;
    width: 1364px;
    }

    Regards,
    Ismael

    #577265

    Hi!

    Is there a way that it behaves like the fullwidth sub menu on scroll?

    Example: http://imgur.com/Yh3oGLO (the sub menu sticks to the image or slider all along)

    Thanks!

    #577503

    Hello!

    It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.

    Regards,
    Josue

    #577668

    Ok! Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Sticky Masonry Menu’ is closed to new replies.