-
AuthorPosts
-
July 31, 2017 at 4:54 pm #832244
Hi
I’m migrating a site over to use the enfold theme as the previous theme I used was just EXTREMELY slow and sluggish; but I’m struggling to get the formatting of some aspects of it right.Basically, I want the site in the private content to show as it does on desktops/laptops etc, but the 4 category sections and the ‘most popular’ items, I want to appear in two columns on smartphone screens?
I’m guessing some CSS will do that?
Thanks
FarzanAugust 1, 2017 at 7:24 am #832636Hey farzanahmed,
Add the following to quick css:
@media only screen and (max-width: 767px){ .responsive #top #main .products .product { margin: 0 0px 20px 0; width: 50%; } }
Best regards,
Jordan ShannonAugust 1, 2017 at 9:12 pm #833067Hi Jordan
Thanks for that – that’s close, but not quite what I need.
I need the top area that says “Apple/fitbit/samsung/gadgets” etc to go on to two columns as well, and also I want it to do it for smartphones too – at the moment it looks like its doing it for tablets but not on the small screen?
The url in the private content area is basically what I want it like :)
Thanks
FarzanAugust 2, 2017 at 10:18 pm #833646Hi,
The following should take care of the top area also. It is also written so that it does in fact work on mobile:
@media only screen and (max-width: 767px){ #top #wrap_all .flex_column{ width: 48%!important; float: left!important; margin-right: 5px!important; } .responsive #top #main .products .product { margin: 0 0px 20px 0; width: 50%; } }
Best regards,
Jordan ShannonJanuary 3, 2018 at 6:02 pm #892893Hello. there.
I have tried them all but still, have some problem on homepage main.
I did 2 columns for woocommerce products.
but I couldn’t solve the 4 pics made by the avia builder which set 4 columns in desk view.
I want them 2 columns on a mobile device(responsive but I don’t know how to do it.
Please check out my site.
I
January 3, 2018 at 10:45 pm #892933Hi,
Can you link or screenshot the exact section you need help with?
Best regards,
Jordan ShannonJanuary 4, 2018 at 2:19 am #893032thanks for your reply Mr. Jordan
I gave you my homepage in private content.
first home page.
next to video(downside)
there are 4 pictures. and I want them 2 columns on mobile.
sorry I don’t know update screenshot here.
January 4, 2018 at 6:46 pm #893324Hi,
Add this to quick css:
@media only screen and (max-width: 767px) { #av_section_2 .flex_column.av_one_fourth{ width:50%!important }}
Best regards,
Jordan ShannonJanuary 5, 2018 at 3:55 am #893546thanks again. it worked. but I need little help for that.
now it shows 2 columns but between them, there is no space.
two pictures are attached as one.
please let me know how to make space btw them.
and thanks again for your respond.January 5, 2018 at 9:11 am #893603Hi,
Thanks for the feedback. Please try this instead:
@media only screen and (max-width: 767px) { #av_section_2 .flex_column.av_one_fourth { width:48% !important; margin-right:2% !important; } }
Best regards,
RikardJanuary 5, 2018 at 9:18 am #893605sorry.
- This reply was modified 6 years, 10 months ago by ngavy.
January 5, 2018 at 1:16 pm #893704sorry. I need related product also 2 columns on mobile in single product pages
I thought I could do that but apparently not.
could you help me that for me?
please.
January 5, 2018 at 10:37 pm #893858Hi,
Did Rikard’s solution fix the first request?
Best regards,
Jordan ShannonJanuary 6, 2018 at 7:55 am #893981yes. it worked. but another problem showed up as I wrote right before you reply.
I will repeat again and hope you can help. thanks.
“sorry. I need related product also 2 columns on mobile in single product pages
I thought I could do that but apparently not.
could you help me that for me?
please.
“
January 9, 2018 at 12:06 am #894977Hi,
I’m receiving an error from the link you provided above.
Best regards,
Jordan ShannonJanuary 9, 2018 at 1:03 am #895040Hi.
all products have ‘related product’. this is what I want to change 2 columns in a mobile view.
Please follow this.
and so on.
January 10, 2018 at 2:01 pm #895665Hi. Jordan. I am still waiting for your answer. please reply this.
I need related product also 2 columns on mobile in single product pages
I thought I could do that but apparently not.
could you help me that for me?
all products have ‘related product’. this is what I want to change 2 columns in a mobile view.
Please follow this.
January 12, 2018 at 10:51 am #896502Hi,
Thank you for the info.
Please use the following css code to adjust the width of the related product columns.
@media only screen and (max-width: 479px) { .responsive #top #main .products .product { margin: 0 0 20px 0; width: 49%; } }
Adjust the css values if necessary.
Best regards,
IsmaelJanuary 12, 2018 at 11:02 am #896508thanks. Ismael. finally, I did all I want.
January 12, 2018 at 9:52 pm #896692Hi,
Did you need additional help or shall we close this topic?
Best regards,
Jordan ShannonJanuary 13, 2018 at 2:46 am #896770I have some but not on this issue. you can close and I will open another. thanks.
January 14, 2018 at 4:06 am #896997 -
AuthorPosts
- The topic ‘Want the images on mobile site to appear in 2 columns rather than 1’ is closed to new replies.