Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #894195

    I would like to use the mobile breakpoint starting from 1024. How can i do this?

    #894343

    Hey Michael,

    Could you please give us a link to your website, we need more context to be able to help you. You want to have everything 100% width in one column s on mobile, correct?

    Best regards,
    Victoria

    #894355

    Hi Victoria,

    Thanx for your help. I would like it to look the same on 1024 pxls as it does on mobile devices. Now it does look terrible on ipad mini for instant.

    Please see the link in the private section. It is still work in process.

    Thanx!

    Michael

    #894436

    Hi Michael,

    This code in quick css is hiding images on ipad mini, change the media query to (max-width: 767px) and it should look fine.
    Image 2018-01-07 at 19.48.56.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #894440

    No, this is good, i want the images to be hidden.

    Please check how it looks on mobile, clean and simple… i want to have the same look on a 1024 screen and down.

    #894788

    Hi Michael,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #894791

    i dont understand

    #895019

    Hi,

    If you have a caching or minification PLUGIN running you need to disable it.

    Best regards,
    Jordan Shannon

    #895037

    Hi Jordan,

    I am just wondering why… My question was “I would like to use the mobile breakpoint starting from 1024. How can i do this?” So if you look at the website now and scale it to a mobile view… thats the layout what i would like on a 1024px width screen (or smaller).

    This wont be fixed if i disable a caching or minification PLUGIN right?

    Best, Mike

    #895137

    Hi,

    This modification requires a lot of changes in the theme CORE, so, you need to hire a freelancer to accomplish this because our theme applies many rules in many and different elements using the standard query screen sizes.

    Best regards,
    John Torvik

    #895344

    Hi John,

    To be honest. My question is rather simple. I want to change the breakpoint, witch is now set to 768 right. If you scroll up you will notice that the reactions i’ve got were not based on the question at all. So i’ve communicated with 3 moderators and now the solution is hiring a freelancer for this…

    This has nothing to do with support at all!

    Best, Mike

    #896275

    Hi,

    We are really sorry you fill that way, but the amount of work required to make it happen it a lot and it is not simple by just changing a rule, it also needs to modify the CSS under that rule so everything will be working properly.

    Best regards,
    Basilis

    #896279

    Hi Basilis,

    That is a more clear answer. Your support actually was rather good before, but sinds a couple of weeks it is pretty dramatic. Take a look of the answers i’ve got. I am working on the breakpoint stuff myself, shouldn’t be that hard…

    Thanx!

    Mike

    #897753

    Hi,

    We are very sorry for the confusion. What do you mean by “mobile breakpoint”? Are you referring to the columns? Or do you want the mobile menu to display earlier? Please be more specific because there’s a lot of css involved in the theme’s mobile responsive design. If you’re trying to adjust the layout of the columns, you can try the following css code.

    @media only screen and (max-width: 1024px) {
        .responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet {
            display: none !important;
        }
    
        .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
        }
    }

    Best regards,
    Ismael

    #899812

    HI Ismael,

    This was exactly what i needed!! I think this should me a settings feature to be hones…

    Thanx!

    Mike

    #899968

    Hi,

    Glad we were able to help. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Fullwidth break point’ is closed to new replies.