-
AuthorPosts
-
September 17th, 2015 at 11:24 #33392Mikel
Hi:
I have included three columns (Cryout) in my index and a twitter plugin beside them. When I see my web ( http://www.itizaonline.com ) with a computer, all works perfectly. The problem appears when I visit my web with a smartphone or similar. All works well except the visualization of the Twitter plugin (there is an online code that fix the width of the plugin in a wrong way) Is there any way to solve this?Thank you!
September 20th, 2015 at 16:42 #33424ZedCryout Creations mastermindSupport for custom widgets in the columns is still experimental.
Add this custom CSS to better handle the twitter widget:
@media (max-width: 800px) { #front-columns #pi_simpletwittertweets-2 { display: inline-block; width: 47%; } } @media (max-width: 480px) { #front-columns #pi_simpletwittertweets-2 { margin: 10px 10%; width: 80%; } }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 12th, 2015 at 19:14 #33926LauraThe website works well when viewed from a computer. WordPress – Tempura. http://healutah.org
However, when viewed on a mobile device (in a vertical position), the columns do not respond well. The text slims down and is unreadable. However, when the phone is horizontal, the website responds accordingly. I’ve tried individually deactivating plug-ins, and it was not useful. I’ve realized it’s a problem with the columns but cannot figure out how to make the columns respond.Suggestions?
October 13th, 2015 at 22:47 #33932ZedCryout Creations mastermindLaura, what phone and what resolution does it have?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Plugin + Cryout column + mobile’ is closed to new replies.