Mobile

  • Author
    Posts
  • #33256
    Theresa Crater

    The text on the mobile version runs off the page. It looks nothing like the computer version.

    #33268
    Zed
    Cryout Creations mastermind

    You’re using a plugin called Zedity to format and arrange content in your pages, which adds forced width and height to the content elements, overriding the theme’s responsiveness.


    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.
    #33325
    Theresa Crater

    Thank you for your response. I was using Zedity because I wanted a white background behind the text on each page. Do you have a suggestion for a plugin that will do this but not change the responsiveness?

    Thank you.

    #33357
    Zed
    Cryout Creations mastermind

    For a small change such as adding a background, CSS is a lot simpler:

    body .entry-content, body .entry-summary {
        background: #fff;
        padding: 20px;
    }

    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 ‘Mobile’ is closed to new replies.