+ Reply to Thread
Results 1 to 3 of 3

Thread: jQuery Conflict?

  1. #1

    jQuery Conflict?

    I purchased an image slider for the site. AllInOneSlider It works fine but when viewing on the tablet size or on a phone, the main menu doesn't show. My site is mauleairtest.com. Has anyone experienced this and how did you resolve it?

    Thanks for the help!

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,179
    Hello,

    Go to templates > your_template > css > style.css

    after this line:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.

    then find this code at line 4803:
    Code:
    Only registered members can view the code.
    change left: 0; to right: 0;

    and add below this property:

    max-width: 255px;

  3. #3
    Thanks Rudi. I'll give that a try.

+ Reply to Thread