- This topic has 4 replies, 2 voices, and was last updated 10 years, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo Seller – Thumbnail sizing & spacing a little off
Tagged: WP Photo Seller
Hi there. The spacing appears to be a bit “off” on my thumbnails (especially the gallery thumbnail). The Gallery title displays a little high. With the Template 1 Gallery setting, the title is even slightly over the bottom of the thumbnail (I have tried all Template settings). My site’s URL is [http://dreambabybykate.com]. I set up a Test Gallery under Client Portal (password: test). There, you should view the issue. Thanks so much!
Your theme is messing up the photo seller css.
You’ll need to add some custom code to clean it up – see instructions below.
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.wpps_popup br{
display: none !important;
}
#gallerybuy p{
display: none !important;
}
.wps-image-details br{
display: none !important;
}
Thanks Peter. The gallery images and the Photo Details page look perfect now. I am still having an issue with the spacing of the gallery thumbnail, though. Is there another line of CCS code I could add to correct this?
Once again, you guys have been a great help.
If you’re referring to the “photogallery” page, then add the following code in addition to what I already gave you:
#gallerycontainer_t2 p{
display: none !important;
}
.gallery_t2_item_thumbnail br{
display: none !important;
}
Perfect! Problem solved. Thanks for your help, Peter.