Announcement

Collapse
No announcement yet.

Breadcrumbs on Mobile Site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Breadcrumbs on Mobile Site

    I am using Miva 9 with Suivant ReadyTheme. Is there a way to turn off "breadcrumbs" only on the mobile side of my responsive site? If so, how?
    Thanks, Candy
    http://www.lorisgolfshoppe.com

    #2
    Re: Breadcrumbs on Mobile Site

    Yes. You would need to add a style to hide the breadcrumbs from displaying when the mobile site is displaying:

    Code:
    @media screen and (max-width: 420px) {
        //hide breadcrumbs
    }
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Breadcrumbs on Mobile Site

      Originally posted by Brennan View Post
      Yes. You would need to add a style to hide the breadcrumbs from displaying when the mobile site is displaying:

      Code:
      @media screen and (max-width: 420px) {
          //hide breadcrumbs
      }
      Brennan - thanks...where would I add this code? I am not that familiar with Miva 9/Readytheme so I could use a little help.
      Thanks, Candy
      http://www.lorisgolfshoppe.com

      Comment


        #4
        Re: Breadcrumbs on Mobile Site

        This would go in your CSS stylessheet. It should be in the /css/ folder
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: Breadcrumbs on Mobile Site

          Originally posted by Brennan View Post
          This would go in your CSS stylessheet. It should be in the /css/ folder
          There are a lot of .css docs in that folder. How do I know which one to add this to?

          structure.css
          pages.css
          slider.css
          css.php

          These are the files that have been updated since our store was redesigned. Any suggestions?

          Thanks, Candy
          http://www.lorisgolfshoppe.com

          Comment

          Working...
          X