Jump to content

Foundation Mobile Site Modification


Recommended Posts

In the "small" size (the 'mobile' orientation), the Ordered List (<ol>) block that holds the class "orbit-bullets" acquires a style of display:none;. But I do not know where it comes from.

 

You can eliminate that styling, which restores the bullets.

 

Or you can add a margin-bottom of 10px to the div container:

.orbit-bullets-container {
    margin-bottom: 10px;
    text-align: center;
}
Link to comment
Share on other sites

Apparently the bullets are removed for "small" size by default for the Orbit slider because they end up too close together and do not pass the Google "mobile friendly" test. The same is for the navigation arrows. But thanks your second solution worked perfectly.  :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...