Tagged: 

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #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 bar

    If 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

    #945701

    Hey 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,
    Ismael

    #946226

    Hi 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.

    #947204

    Hi,

    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,
    Ismael

    #1234755
    This reply has been marked as private.
    #1235098

    Hi Susanne,

    I couldn’t see anything obviously wrong with your site on mobile, could you post a screenshot highlighting the problem please?

    Best regards,
    Rikard

    #1235354
    This reply has been marked as private.
    #1235628

    Hi Susanne,

    You can upload screenshots to a service like Google Drive or Dropbox, then link to them here.

    Best regards,
    Rikard

    #1235638

    Hello Rikard, Ok. thanks. Attached you’ll find the dropbox link. Thanks for your help. Best regards, Susanne

    #1235918

    Hi 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,
    Rikard

    #1235941

    Hi 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.

    #1236182

    Hi 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,
    Rikard

    #1236211

    Hi Rikard, that would be awesome. It really doesn’t look professional now….
    Thanks a lot, Susanne.

    #1236715

    Hi,

    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,
    Yigit

    #1237690

    Hello Ygit,
    this did it. Thank you for your help. Site looks perfect now;-) Regards, Susanne

    #1237842

    Hi chiefsusee76,

    Glad we could help :)

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

    #1319097

    I 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

    #1319104

    Hi,

    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,
    Yigit

    #1319114

    Thank you! but still have issues

    https://prnt.sc/1qvgtpw
    Images seem very small

    https://prnt.sc/1qvgvvo
    this section image missing

    https://prnt.sc/1qvgxef
    The background image does not look good. top and bottom huge gap.

    thank you for assume support.

    #1319115

    Hi,

    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,
    Yigit

    #1319134

    Excellent 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

    #1319138

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Regards,
    Yigit

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Responsiveness not working in Enfold’ is closed to new replies.