Mobile Phone View

Home Forums All Other Themes Mobile Phone View

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #71933
    Sara LeBlancSara LeBlanc
    Member
    • Topics: 3
    • Replies: 1
    • Total: 4
    Member since: May 3, 2017

    When viewing our website (zsazsashairsalon.ca) on a phone the slider images and slightly hidden by the menu and just below the slider it just keeps spinning like it is still loading. How do I fix this?

    #71975
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly use this in appearance>theme options>basic settings>Custom CSS box:

    @media screen and (max-width: 767px) {
    .slider-main {
        min-height: 103px !important;
    }
    .nivoSlider img{
      margin-top:0px !important;
    }
    }
    
    .slider-main{min-height:315px;}
    

    Regards,
    Shri

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