Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #441158

    Ho there!
    My website is looking great, however when you click on an individual blog post to read it on your phone, the entire content of the page does not show up. Basically just the header and the footer show up. This is only happening on mobile, looks fine on the desktop. If anyone has any idea of how to fix this that would be great.

    Site is located here: http://www.just1.org

    #441423

    Hey suburbanite!

    Thank you for using Enfold.

    This code hides the content:

    @media only screen and (max-width: 480px) {
    #main .container_wrap:first-of-type .container {
      display: none;
    }}

    Remove it.

    Best regards,
    Ismael

    #441500

    Hi Ismael:
    Thank you for your response. This worked for me in terms of getting the blog post to show up. However, this code was added by a developer that I had to hire because I could not get the home page to display correctly on a mobile phone. There was a large amount of blank white space between the logo and the header image of the girl.

    You can see what I am talking about here: [URL=http://s29.photobucket.com/user/suburbanite/media/IMG_3796_zpsaxjyltut.png.html][IMG]http://i29.photobucket.com/albums/c266/suburbanite/IMG_3796_zpsaxjyltut.png[/IMG][/URL]

    #441557

    Hi!

    Please add following code to Quick CSS as well

    .home #main>div>.container>main {
      display: none;
    }

    Cheers!
    Yigit

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