Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • iedwards Friend
    #1055908

    I have the same problem, it seems to be something to do with the width of the navbar when it’s set to sticky.


    1. Capture-1
    Saguaros Moderator
    #1056163

    Hi,

    Let me check and will get back to you.

    Saguaros Moderator
    #1056171

    Hi @slepoy,

    I see your site looks fine at my mobile device, you solved it?

    If not, try to apply this css:

    @media (max-width: 991px) {
      #mainnav.stick-on-top.affix-top {
        width: auto;
      }
    }
    

    You can put into your custom.css file: [root]//templates/ja_simpli/css/custom.css

    Regards

    iedwards Friend
    #1056319

    That worked for me, thank you.

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

This topic contains 4 replies, has 3 voices, and was last updated by  iedwards 7 years, 3 months ago.

The topic ‘Sticky on Top"Navigation position display wrong on mobile’ is closed to new replies.