Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #304546

    Hi,

    I’m just about finished with http://lizsteinglass.com but I’m having problems with the responsive pages. Particularly the 480px size pages – the content is not adjusting to fit the screen on the site’s sub pages:

    http://elizabethsteinglass.com/about-me/
    http://elizabethsteinglass.com/my-writing/
    http://elizabethsteinglass.com/tips-for-writers/

    Please help.

    Thanks,
    Gabe

    #304939

    Hi connect4consulting!

    You have following code in Quick CSS

    .responsive_large .container .twelve.units {
    width: 1210px;
    padding-top: 30px;
    }

    please change it to

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .twelve.units {
    width: 1210px;
    padding-top: 30px;
    }}

    and then add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    div#section-1 h1 { font-size: 20px!important; }}

    Regards,
    Yigit

    #304955
    This reply has been marked as private.
    #304965

    Hi!

    You are welcome. I have checked your blog but seems like you are not using fetured image on your posts?

    Best regards,
    Yigit

    #305161
    This reply has been marked as private.
    #305794

    Hi!

    You have following code in Quick CSS

    #top .fullsize .template-blog .big-preview img {
    width: 50%;
    left: 300px;
    }

    please change it to

    #top .fullsize .template-blog .big-preview img {
    width: 50%;
    margin: auto;
    }

    and change following one

    @media only screen and (max-width: 767px) {
    #top .fullsize .template-blog .big-preview img {
    width: 50%;
    right: 200px;
    left: 200px;
    }}

    to following

    @media only screen and (max-width: 767px) {
    #top .fullsize .template-blog .big-preview img {
    width: 50%;
    }}

    Regards,
    Yigit

    #306001
    This reply has been marked as private.
    #306060

    Hey!

    Please edit the actual post like this one for example: http://elizabethsteinglass.com/2014/07/hummingbirds-and-hope/

    You’ll notice there are lots of blank paragraph tags that is creating a huge vertical space below the image. Please remove it.

    <div class="entry-content" itemprop="text"><p><img class="alignleft size-medium wp-image-3269" src="http://elizabethsteinglass.com/wp-content/uploads/2014/07/photo-292-400x322.jpg" alt="photo-292" width="400" height="322"></p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>About a month ago, I put out a hummingbird feeder. I hadn’t seen any hummingbirds in our yard, but I was hopeful. Sadly, no hummingbirds came. I felt like I had thrown a party and no one showed up. I left the feeder hanging in the tree and didn’t bother to change the nectar. No one was eating it and it felt too discouraging to give up and take it down. I didn’t want to see the empty hummingbird feeder on its side on a shelf in the garage. Then last weekend at dinner, my husband blurted out: “A hummingbird!” It wasn’t at the feeder. It was hovering at the cleome that grow just outside the window. That night, I cleaned the feeder and boiled more sugar water. The next day&nbsp;the hummingbird went back and forth to the feeder all day. I moved my laptop to the dining room to&nbsp;watch. That evening I discovered&nbsp;there were two. Seeing the tiny birds with their blurred wings flit across the yard feels as magical to me as seeing a fairy.</p>
    <p>&nbsp;</p>
    <p>A few weeks ago <a href="http://missrumphiuseffect.blogspot.com/2014/07/monday-poetry-stretch-faith-and-hope.html" target="_blank">Miss Rumphius</a> challenged us to write a poem about faith or hope. Here’s my poem about hope (which doesn’t seem to want a title).</p>
    <p>&nbsp;</p>
    <p>Hope is an egg<br>
    with a thin white shell,<br>
    easily crushed<br>
    if stepped on<br>
    or dropped.<br>
    It can be swallowed whole<br>
    by a snake.<br>
    And yet, the egg<br>
    is the best possible shape<br>
    to hold<br>
    the unborn.</p>
    <p>&nbsp;</p>
    <p>I wonder if <a href="http://www.poetryfoundation.org/poem/171619" target="_blank">Emily Dickinson’s feathered&nbsp;hope</a> gave birth to my egg.</p>
    <p>What form does hope take for you?</p>
    <p>For more Poetry Friday, visit Sylvia Vardell at <a href="http://poetryforchildren.blogspot.com" target="_blank">Poetry for Children</a>.</p>
    <div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow" class="share-facebook sd-button share-icon no-text" href="http://elizabethsteinglass.com/2014/07/hummingbirds-and-hope/?share=facebook&nb=1" target="_blank" title="Share on Facebook" id="sharing-facebook-3267"><span><span class="share-count">6</span></span></a></li><li class="share-google-plus-1"><a rel="nofollow" class="share-google-plus-1 sd-button share-icon no-text" href="http://elizabethsteinglass.com/2014/07/hummingbirds-and-hope/?share=google-plus-1&nb=1" target="_blank" title="Click to share on Google+" id="sharing-google-3267"><span></span></a></li><li class="share-twitter"><a rel="nofollow" class="share-twitter sd-button share-icon no-text" href="http://elizabethsteinglass.com/2014/07/hummingbirds-and-hope/?share=twitter&nb=1" target="_blank" title="Click to share on Twitter" id="sharing-twitter-3267"><span></span></a></li><li class="share-email share-service-visible"><a rel="nofollow" class="share-email sd-button share-icon no-text" href="http://elizabethsteinglass.com/2014/07/hummingbirds-and-hope/?share=email&nb=1" target="_blank" title="Click to email this to a friend"><span></span></a></li><li class="share-end"></li></ul></div></div></div></div>

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.