Tagged: responsive
-
AuthorPosts
-
April 22, 2018 at 3:25 am #945006
I’m having issues with the responsiveness of enfold.
– When I shrink the screen on my 27″ desktop, the navigation bar pushes into the page content
– On certain pages with 1/4 and 3/4 columns, the text in the 1/4 column bleeds over into the 3/4 column
– When I shrink the screen, the logo appears behind the navigation barIf there’s any setting I’m missing, please let me know.
I’ve included a sample of what’s happening in the private content area below
April 24, 2018 at 7:00 am #945701Hey wacky32,
Thank you for using Enfold.
1.) Did you set the Main Menu > Menu Items for mobile to the second option? It will enable the mobile menu when the screen width is less than 990px.
2.) Where can we see the issue? Please provide the actual link to the page with the 1/4 and 3/4 columns.
3.) Solution number 1 should take care of this as well.
Best regards,
IsmaelApril 24, 2018 at 9:21 pm #946226Hi Ismael,
1.) Did you set the Main Menu > Menu Items for mobile to the second option? It will enable the mobile menu when the screen width is less than 990px.
— I had it set to 768px. When I changed it to 990px, the menu now disappears on more narrow views, with no burger/mobile menus displaying.
2.) Where can we see the issue? Please provide the actual link to the page with the 1/4 and 3/4 columns.
Put example below.
3.) Solution number 1 should take care of this as well.
April 26, 2018 at 11:34 am #947204Hi,
Thank you for using Enfold.
1.) Use this code to adjust the mobile menu breakpoint to 1200px instead of 990px.
@media only screen and (max-width: 1200px) and (min-width: 768px) {} .responsive #top .av-main-nav .menu-item-avia-special { display: block; } .responsive #top .av-main-nav .menu-item { display: none; } }
2.) Adjust the font size and word wrap property of the h1 element on smaller screens.
@media only screen and (max-width: 1200px) { /* Add your Mobile Styles here */ h1.av-special-heading-tag { font-size: 20px; word-wrap: break-word; } }
Best regards,
IsmaelAugust 3, 2020 at 9:01 am #1234755This reply has been marked as private.August 4, 2020 at 1:43 pm #1235098Hi Susanne,
I couldn’t see anything obviously wrong with your site on mobile, could you post a screenshot highlighting the problem please?
Best regards,
RikardAugust 5, 2020 at 9:25 am #1235354This reply has been marked as private.August 6, 2020 at 8:55 am #1235628Hi Susanne,
You can upload screenshots to a service like Google Drive or Dropbox, then link to them here.
Best regards,
RikardAugust 6, 2020 at 9:49 am #1235638Hello Rikard, Ok. thanks. Attached you’ll find the dropbox link. Thanks for your help. Best regards, Susanne
August 7, 2020 at 6:16 am #1235918Hi Susanne,
Thanks for that. I can’t reproduce the problem on my end using Chrome on Android though, in which device and browser are you seeing this happening?
Best regards,
RikardAugust 7, 2020 at 8:37 am #1235941Hi Rikard, hm, that’s strange. I use iOS (Catalina) iPad and on my iPhone in the horizontal view I have the problem also. I checked those Browsers: Chrome, Safari, Firefox. The problem shows in all those browsers. Thanks for your help, Susanne.
August 8, 2020 at 5:23 am #1236182Hi Susanne,
Thanks for the update. I don’t have an iphone or ipad to test with unfortunately, but I’ll ask the rest of the team for help. Please reply to this thread so that it gets added back to our support queue.
Best regards,
RikardAugust 8, 2020 at 3:29 pm #1236211Hi Rikard, that would be awesome. It really doesn’t look professional now….
Thanks a lot, Susanne.August 11, 2020 at 5:08 pm #1236715Hi,
You have following custom CSS codes
@media only screen and (min-width: 768px) and (max-width:905px) { .av_textblock_section { margin-top: -226px; !important; } } @media only screen and (min-width: 906px) and (max-width:989px) { .av_textblock_section { margin-top: -203px; !important; } } @media only screen and (min-width: 990px) and (max-width:990px) { .av_textblock_section { margin-top: -208px; !important; } } @media only screen and (min-width: 991px) and (max-width:1170px) { .av_textblock_section { margin-top: -210px; !important; } } @media only screen and (min-width: 1171px) and (max-width:1194px) { .av_textblock_section { margin-top: -185px; !important; } }
Please delete it.
Also, padding on your Grid cells with Text are defined as “50”. Please update them to “50px” and that should fix the issue :)
Best regards,
YigitAugust 14, 2020 at 7:02 am #1237690Hello Ygit,
this did it. Thank you for your help. Site looks perfect now;-) Regards, SusanneAugust 14, 2020 at 3:13 pm #1237842Hi chiefsusee76,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaAugust 31, 2021 at 12:00 pm #1319097I am facing some issues with responsiveness: here is my website https://www.misterclippingpaths.com/ in the home page there are some texts cut off on iPhone 12.
Can you please advise me?
thanks
August 31, 2021 at 12:15 pm #1319104Hi,
That seems to be related to your custom CSS in Style.css file of your child theme. Text displayed correctly when I commented out line 14th
height: 300px !important;
Please review your website :)
Best regards,
YigitAugust 31, 2021 at 12:46 pm #1319114Thank you! but still have issues
https://prnt.sc/1qvgtpw
Images seem very smallhttps://prnt.sc/1qvgvvo
this section image missinghttps://prnt.sc/1qvgxef
The background image does not look good. top and bottom huge gap.thank you for assume support.
August 31, 2021 at 1:02 pm #1319115Hi,
1- I increased the value of the white space to 250px
2- That was because you chose to hide the cell on mobile in Advanced > Responsive Settings.
3- I edited empty column elements in your section and chose to hide them on mobile.Please review your website.
Regards,
YigitAugust 31, 2021 at 1:34 pm #1319134Excellent world-class support! thank you so much.
I have a last request if possible. I like how h1 looks on my website. can you make h2 the same as h1 style whole website?
thank you
- This reply was modified 3 years, 2 months ago by Mejba Uddin Biplob.
August 31, 2021 at 1:55 pm #1319138 -
AuthorPosts
- The topic ‘Responsiveness not working in Enfold’ is closed to new replies.