Many problems suddenly - buy buttons and mobile
jcday44
Registered Users Posts: 9 Big grins
Why do I have a large buy button on every gallery? I just want it to hover in on each individual image. I thought I had gotten rid of it once, but it's back. Also, my mobile site is completely messed up. When I view on iphone, the menus drop behind the images, making the links completely useless. I also just noticed that. Any help appreciated. Site is janday.photos. Thanks.
0
Comments
I'm not seeing a large buy button. I only see a buy button when you hover. Can you post a screen shot?
You menu is messed up due to your custom CSS.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Find this in your custom CSS:
Use this instead. That will give you a 50% black opacity on your menu background and gives
10px
padding top/bottom.Also, there is no such property as
opacity=100
. Opacity is from0
to1
and it should readopacity:
notopacity=
. Also, since I fixed the code from above, you don't need it.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Another wrong property here:
Color should either say
color: white !important;
orcolor: #fff !important;
. Using the#
on color names is not correct.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk