Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #965698

    Hi,

    I found the problem from templates/lovmint2016/css/mobile.css file and you can change as my suggestion below

    find

    .container {
        width: 292px !important;
    }

    change

    .container {
        width: 100% !important;
    }

    Hope it helps

    Regards

    micker Friend
    #965708

    hello or me doesn’t work other idea ?

    Ninja Lead Moderator
    #965744

    Try to use

    Open templates/lovmint2016/css/custom.css file

    find

    .ambiances h3 {
        float: right;
        font-size: 1.5em;
        margin-bottom: 21px;
        max-width: 379px;
        text-align: right;
      color:#d0c880;
    }

    to

    .ambiances h3 {
        float: none;
        font-size: 1.5em;
        margin-bottom: 21px;
        max-width: 379px;
        text-align: right;
      color:#d0c880;
    }
    micker Friend
    #965747

    that works !!! great thanks

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

This topic contains 4 replies, has 2 voices, and was last updated by  micker 7 years, 6 months ago.

The topic ‘hotspot 1.1 not realy responsive’ is closed to new replies.