Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #901485

    Hey

    Im trying to get the mobile / tablet container width to a 100% rather than the 78% im using for PC under enfold dimension setting.

    Could you help me with the correct ccs code? I have already tried this code given from an earlier post but it didn’t work.

    @media only screen and (max-width: 768px) {
    .responsive .boxed#top {
    width:100%;
    }}

    Thanks for the help.

    #901533

    Hey sikkertbilsalg,

    Please provide a link to your site so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #901658

    Hey

    The link is sikkertbilsalg.dk
    But i think the code is a general thing ? :)

    #901671

    Hi,

    This is how I am viewing the mobile:

    https://snag.gy/WtvXKP.jpg

    Is this not 100% and correct?

    Best regards,
    Jordan Shannon

    #901714

    Ther eis a margin but it might just be how it looks on the mobile phone. But it is much worse on the ipad. I would guess that the container is only 78 since that is what it was set to in the settings.

    I need a similar code like this:
    @media only screen and (max-width: 768px) {
    .container {
    width: 100% !important;

    But one that works :)

    #901814

    Hi,

    Can you try using this css code:

    @media only screen and (max-width:768px) {
      .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

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