Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1051009

    Hi enfold,

    Some of my mobile sections look off and need some assistance in resolving. included are some screenshots of the issues.

    #1051190

    Hey Hudavi,

    Please check the column settings. The column has 140px padding set which is causing the width of the content to shrink in the mobile.

    You add a custom CSS class name and set max-width to the columns instead of padding :)

    .my-custom-width-column {
       max-width: 860px;
    }

    Enable custom CSS class name from Enfold > Layout Builder > Developer settings

    Best regards,
    Vinay

    #1051450

    Changing the padding fixed the top section but the testimonial slider and 2 bottoms grid elements are not functioning correctly on mobile. Desktop looks fine, mobile looks funky.

    #1051842

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    @media only screen and (max-width: 767px) {
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
     
     padding: 0px;
    
    }	
    }
    
    
    

    Best regards,
    Vinay

    #1051949

    That works for the testimonial area. What about the other 2 issues I was having?

    #1053568

    Hi,

    These two sections are not full width as well

    Edit the grid row element and make sure that the “Mobile Behaviour” settings is set to the first option. The footer area looks ok now.

    Best regards,
    Ismael

    #1053857

    I looked at the grid row element and the setting seem to be like you suggested – the issue still protists….

    #1054692

    Hi Hudavi,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1054702

    Below are the credentials

    #1055247

    Hi Hudavi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        .av-layout-grid-container {
            width: 100%;
            table-layout: initial;
            display: block;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1056964

    Thanks

    #1057046

    Hi,

    Did you need additional help, or shall we close this thread?

    Best regards,
    Jordan Shannon

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