Mobile Site Oddity: Homepage showing a box I deleted

pabloconradpabloconrad Registered Users Posts: 97 Big grins
edited February 20, 2014 in SmugMug Customization
My home page on the mobile version is showing a box with a photo in it and I don't know how to remove it.

It's the one titled "Photo of the Week" and I'd like to get rid of it. I dunno why it's showing like it is. Perhaps there's code I don't know about? I looked through my pages and don't see anything.

Also, how do you get the main photo (which is 960px on non-mobile version) to fit on the mobile version? And how can i get my logo/watermark to be in the right place which is center/bottom?

Here's a link to my site: http://www.paulconrad.photography

i-jH5r5xZ-XL.jpg
Paul Conrad
Photojournalist
Pablo Conrad Photography
Seattle, WA, USA
c: 206-450-8632

Comments

  • thenickdudethenickdude Registered Users Posts: 1,302 Major grins
    edited February 20, 2014
    It's actually present on the desktop too, it just gets hidden because it's a Single Photo block with no photo inside it. In the customiser, you should be able to see it and remove it from the list of added content blocks on the right of the page.

    There isn't actually a mobile edition on New SmugMug, it just automatically makes things more mobile-friendly if the window is very skinny (like a phone is), so you can test out what it will look like on a phone by resizing your browser window.

    You can make that image fit that's in your HTML content block by adding this CSS to the CSS tab:
    img {
      max-width: 100%;
    }
    
  • pabloconradpabloconrad Registered Users Posts: 97 Big grins
    edited February 20, 2014
    Lamah wrote: »
    It's actually present on the desktop too, it just gets hidden because it's a Single Photo block with no photo inside it. In the customiser, you should be able to see it and remove it from the list of added content blocks on the right of the page.

    There isn't actually a mobile edition on New SmugMug, it just automatically makes things more mobile-friendly if the window is very skinny (like a phone is), so you can test out what it will look like on a phone by resizing your browser window.

    You can make that image fit that's in your HTML content block by adding this CSS to the CSS tab:
    img {
      max-width: 100%;
    }
    

    That Worked!!! wings.gifrofl:ivar

    You are a rock star!!!

    Thank You!!!
    Paul Conrad
    Photojournalist
    Pablo Conrad Photography
    Seattle, WA, USA
    c: 206-450-8632
Sign In or Register to comment.