-
AuthorPosts
-
October 17, 2018 at 10:44 pm #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
StevenOctober 18, 2018 at 6:13 pm #1023539Hey Steven,
Can you please remove the code you added? We’ll try to come up with the solution for you.
Best regards,
VictoriaOctober 22, 2018 at 12:26 pm #1024818Hi,
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
StevenOctober 24, 2018 at 2:51 pm #1025919Hi Steven,
Best regards,
VictoriaOctober 25, 2018 at 11:11 am #1026289Hi 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
StevenOctober 26, 2018 at 12:42 pm #1026764Hi Steven,
Please remove that code completely, it just breaks things and makes it hard for me to get you a working solution.
Best regards,
VictoriaOctober 29, 2018 at 2:26 pm #1027566Okay–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
StevenOctober 30, 2018 at 2:20 pm #1028034Hi Steven,
That’s the thing, I need that code removed to be able to work on a solution for you.
Best regards,
VictoriaNovember 1, 2018 at 12:14 pm #1028819Okay, 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
StevenNovember 4, 2018 at 4:55 pm #1029630Hi,
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,
MikeNovember 6, 2018 at 12:02 pm #1030350Hi 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
StevenNovember 7, 2018 at 3:54 am #1030687Hi,
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,
MikeNovember 8, 2018 at 1:58 pm #1031254Hi 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
StevenNovember 8, 2018 at 2:40 pm #1031276Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.