-
AuthorPosts
-
January 6, 2018 at 8:52 pm #894195
I would like to use the mobile breakpoint starting from 1024. How can i do this?
January 7, 2018 at 3:02 pm #894343Hey 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,
VictoriaJanuary 7, 2018 at 3:21 pm #894355Hi 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
January 7, 2018 at 7:50 pm #894436January 7, 2018 at 7:52 pm #894440No, 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.
January 8, 2018 at 5:31 pm #894788Hi Michael,
Can you disable caching and minification for now?
Best regards,
VictoriaJanuary 8, 2018 at 5:35 pm #894791i dont understand
January 9, 2018 at 12:34 am #895019Hi,
If you have a caching or minification PLUGIN running you need to disable it.
Best regards,
Jordan ShannonJanuary 9, 2018 at 12:58 am #895037Hi 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
January 9, 2018 at 7:46 am #895137Hi,
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 TorvikJanuary 9, 2018 at 7:36 pm #895344Hi 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
January 11, 2018 at 10:56 pm #896275Hi,
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,
BasilisJanuary 11, 2018 at 11:00 pm #896279Hi 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
January 16, 2018 at 12:03 am #897753Hi,
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,
IsmaelJanuary 19, 2018 at 6:21 pm #899812HI Ismael,
This was exactly what i needed!! I think this should me a settings feature to be hones…
Thanx!
Mike
January 20, 2018 at 4:29 am #899968 -
AuthorPosts
- The topic ‘Fullwidth break point’ is closed to new replies.