Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1023037

    Hi
    I’ve changed the width and margins on columns but the columns are not going full width on mobile.
    Could you please give me the correct css?

    Thanks
    Steven

    #1023539

    Hey Steven,

    Can you please remove the code you added? We’ll try to come up with the solution for you.

    Best regards,
    Victoria

    #1024818

    Hi,

    Sorry if I was unclear, the code I added was CSS for columns, and when I remove these styles the columns still don’t go full width.

    Can you please have a look at the site and check where this issue comes from. I have added login details in private content.

    Thanks
    Steven

    #1025919

    Hi Steven,

    Best regards,
    Victoria

    #1026289

    Hi Victoria

    I’ve added that in Customise. If I comment it out it still doesn’t make the thirds full width on mobile. I’ve added login details in private content, can you please have a look and see if I’m doing something else that’s causing this issue.

    Thanks
    Steven

    #1026764

    Hi Steven,

    Please remove that code completely, it just breaks things and makes it hard for me to get you a working solution.

    Best regards,
    Victoria

    #1027566

    Okay–but before I do that– can you give me the correct code to reduce the margin width of third columns?
    That way the site will look as expected when I remove the offending code.

    Thanks
    Steven

    #1028034

    Hi Steven,

    That’s the thing, I need that code removed to be able to work on a solution for you.

    Best regards,
    Victoria

    #1028819

    Okay, this code has been commented out in Customise section. The columns are now going full width on mobile etc.

    Please let me know the correct CSS to change to reduce the spacing between columns.

    Thanks
    Steven

    #1029630

    Hi,
    Sorry for the late reply, I took a look at your page, and see that for mobile the grid cells a full width, and for desktop the grid cells are 3 across with a fine white border between them.
    To remove this fine border, Please try this code in the General Styling > Quick CSS field:

    #top.home #topgridrow.av-layout-grid-container .no_margin.av_one_third,#top.home #nextgridrow.av-layout-grid-container .no_margin.av_one_third {
        width: 33.4% !important; 
    }

    Best regards,
    Mike

    #1030350

    Hi Mike

    Thank you for that code–we had intended to have no border–the top grids now look much better.

    The original query was to be able to reduce the margins on our other columns but when I added the wrong CSS the columns were not going full width on mobile.

    Could you supply the correct CSS to change column margins?

    Thanks
    Steven

    #1030687

    Hi,
    Thanks for the feedback, I took another look at your css and adjusted your top column widths so they would be full width for mobile.
    But I’m not sure what “other columns” you want to adjust the margin on, as I read your other posts I thought the top 6 1/3 columns with the images was what you wanted to adjust.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1031254

    Hi Mike

    It’s for the columns below the top 6 grid 1/3 columns; there are 5 columns and 3 columns (with spacing) and we want to reduce the margin between these and increase their width.

    The CSS I added before stopped them going full width on mobile, could you please let me know the correct CSS to resolve this.

    Thanks
    Steven

    #1031276

    Hi,
    To reduce the spacing between the 5 blue columns (CATEGORIES AND OTHER EVENTS) and also allow them to go full width for mobile, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #top.home #av_section_4 .flex_column.av_one_fifth {
        margin-left: 1% !important; 
        width: 19% !important; 
    }
    }
    

    please feel free to adjust to suit, notice the width & margin equals a total of 20%, these two must equal this.

    For the 3 columns “services”, try this css:

    @media only screen and (min-width: 768px) { 
    #top.home #services .flex_column.av_one_third {
          margin-left: 1% !important; 
        width: 32% !important; 
    }
    }
    
    

    please feel free to adjust to suit, notice the width & margin equals a total of 33%, these two must equal this.

    Best regards,
    Mike

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