Ipad and menu issue

Home Forums Parallax Me Forum Ipad and menu issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #77654
    Stephane WettsteinStephane Wettstein
    Participant
    • Topics: 5
    • Replies: 18
    • Total: 23
    Member since: June 13, 2015

    Hi,

    I experienced issues with IPAD. The complete parallax me website is cut in the right side of the screen when I use an iPad.

    I also have issues with menu. The menu appear sometimes in white (in place of black) and are completely unreadable, Reloading of the page doesn’t change anything. Sometime the home menu button appear in red color.

    All screens copy are available to this address : https://www.wettstein.org/site2/skt-theme/

    Thanks for your help.
    Stephane

    #77812
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (min-width:1024px) and (max-width:1159px) {
    .container { width:auto !important; padding:0 20px !important;}
    .show-bg nav ul li.current-menu-parent a, .show-bg nav ul li a:hover, .show-bg nav ul li:hover ul li:hover a, .show-bg nav ul li:hover ul li:hover ul li a:hover, .show-bg nav ul li ul li.current-menu-item a, .show-bg nav ul li ul li.current-menu-parent a, .show-bg nav ul li ul li.current-menu-parent ul li.current-menu-item a, .show-bg nav ul li ul li ul li.current-menu-parent a, .show-bg nav ul li.selected a { color:#ff8800 !important;}
    }

    Regards,
    Chris

    #78475
    Stephane WettsteinStephane Wettstein
    Participant
    • Topics: 5
    • Replies: 18
    • Total: 23
    Member since: June 13, 2015

    Thanks Chris, that worked perfectly!

    I have an additional issue but I don’t know if it’s linked to the theme or WebDorado photo gallery plugin.

    When I watch my Parallax me pro website vertically on a iPhone, all photographies are cut on the right side. I don’t remember to have such issue with my old theme SKT white.

    Thanks in advance for your advice.
    Best regards,

    Stephane

    #78494
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:1150px) {
    .container { width:auto; padding:0 15px;}
    }

    Regards,
    Chris

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