Plugin + Cryout column + mobile

  • Author
    Posts
  • #33392
    Mikel

    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!

    #33424
    Zed
    Cryout Creations mastermind

    Support 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.
    #33926
    Laura

    The 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?

    #33932
    Zed
    Cryout Creations mastermind

    Laura, 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.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Plugin + Cryout column + mobile’ is closed to new replies.