Home Forums WoodMart support forum Slider and widget column mobile glitch

Slider and widget column mobile glitch

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #167931

    maloneweb
    Participant

    Hello Sir,

    i have made this website: http://www.robotop.it

    On mobile view, the third slider and the second column widget have a glitch.

    Please see this screenshot:

    1) slider glitch: http://prntscr.com/qnlysp

    2) column glitch (is placed right): http://prntscr.com/qnm0mb

    How i can fix?

    Thanks and best regards

    #168014

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    For the slider glitch you need to adjust your third slide and move the image a little above by editing your slide from Dashboard >> Slider Revolution.

    Your column issue is fixed now. I used your custom class which you defined for that column and add the below CSS code accordingly in theme settings >> custom CSS >> global custom CSS:

    .mobilefix .info-box-wrapper {
    margin-left: -50px;
    }

    Result: https://jmp.sh/Dd4OPRi

    Best Regards.

    #168667

    maloneweb
    Participant

    Hello Sir,
    thanks for the help, but now i have the opposite problem, please see: http://prntscr.com/qpflmd

    How is possible?

    Thanks and regards

    #168675

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Most Welcome,

    I have seen your screenshot. If you want to move that column towards right, which you pointed out in your screenshot then use the below CSS code in theme settings >> custom CSS >> Custom CSS for mobile:

    .mobilefix .info-box-wrapper {
    margin-left: -40px;
    }

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)