-
AuthorPosts
-
May 13, 2014 at 9:40 pm #264243
I am trying to figure out a way for both the location and date column to be in the same block. When you pull the following page http://projectpinkcampaign.com/events/ up on a smart phone it splits the columns (one on top of the other) which makes the page difficult and useable on smart phones. Help, please.
May 13, 2014 at 10:12 pm #264278How about using a 2 column layout instead of a 4 column layout?
Then you could use a table in each of the columns.That would make everything way easier.
May 13, 2014 at 10:52 pm #264303Using a 2 column layout is much better. I’ve placed the table into the column. I need the first column to state the location (text) and the second column of the table to take visitors to the pre-registration form (a button would be great). I can’t figure out how to that.
May 14, 2014 at 3:14 am #264412Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .avia-builder-el-16 , .avia-builder-el-18 { width: 50% !important; } .avia-builder-el-20 , .avia-builder-el-22 { width: 50% !important; } }
Cheers!
JosueMay 14, 2014 at 6:42 pm #264834Thanks for the code. I’ve added the code to the Quick CSS. Is there anything else I should to the column? Should I turn them into the table? I need it to appear on mobile.
May 14, 2014 at 6:46 pm #264837Hey!
No, you don’t need to change the columns, here’s how it looks right now (on mobile):
Cheers!
JosueMay 14, 2014 at 6:47 pm #264839Thanks for the code. My question is that all the videos on the website open from a button (see http://projectpinkcampaign.com/about/). In that case where would I put the code?
May 14, 2014 at 7:01 pm #264851Hmmm, i didn’t understand what’s the issue with the button, it opens the video as expected.
Cheers!
JosueMay 14, 2014 at 7:12 pm #264856It is showing as two columns on two people’s andoir device. I have a screen shot of the phone I am just not sure how to send it to you.
May 14, 2014 at 7:44 pm #264869Hi!
Change the code to:
@media only screen and (max-width: 767px) { .page-id-2962 .avia-builder-el-16 , .avia-builder-el-18 { width: 50% !important; } .page-id-2962 .avia-builder-el-20 , .avia-builder-el-22 { width: 50% !important; } }
That way the code will only affect the Events page.
Regards,
JosueMay 14, 2014 at 8:07 pm #264883Perfect, it worked, thank you! A quick question we have the same content on the homepage (see http://www.projectpinkcampaign.com) and the events page (www.projectpinkcampaign.com/events). The coding fixed the issue on the /events page but not the homepage on mobile. Is there code I can include that will format both pages?
May 14, 2014 at 8:16 pm #264885Hi!
Change the code to:
@media only screen and (max-width: 767px) { .page-id-2962 .avia-builder-el-16 , .page-id-2962 avia-builder-el-18, .page-id-2962 .avia-builder-el-20, .page-id-2962 .avia-builder-el-22, .home .avia-builder-el-19, .home .avia-builder-el-21, .home .avia-builder-el-23, .home .avia-builder-el-25{ width: 50% !important; } }
Best regards,
JosueMay 14, 2014 at 8:55 pm #264897Thank you! I tested the two pages at http://mobiletest.me/. They are still slowing the issue. Does it take a bit to change in the system?
May 14, 2014 at 8:56 pm #264898Hey!
It may be your cache, just tested in that page and it’s showing as expected:
Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.