99roblems
Forum Replies Created
-
that worked for me. maybe just try bringing up the min-height by a LOT. like 200 or 300 until it works, and then take it down from there.
.product_details h5 {
min-height: 100px;
}if not that though, maybe it’s something else
yeah, i see that too.
ok, i will dig into things on that endthank you so much for all your help!
hmm, yeah, i just deactivated YITH WooCommerce Zoom Magnifier, and it at least centered the image, so that’s definitely part of it…
i guess i will see what i can find on that end of things, but if you’ve got any tips i’d appreciate that too! thanks!
i did! i found that info elsewhere in this forum
but that hasn’t workedso maybe it’s the YITH WooCommerce Zoom Magnifier that is messing it up?
(i’m using YITH WooCommerce Zoom Magnifier for those images, so maybe it’s something in that that messed it up…)
ah, gotcha. thanks
i was searching for Links or options.
now that you’ve pointed it out though, primary colors totally makes sense.ok and one last thing! ha –
on my individual product pages – is there an easy way to make the product image bigger? as you can see here:
http://monicasbeadcraft.com/product/tagua-pringle-collar-in-green/
there’s a lot of space in between the image and the product description.
and also below that, the thumbnails aren’t lined up with the image on the left side, and are all stuck together. how can i style those?
thank you so much!!!
awesome! thank you!
i was just thinking that that was probably the problem and was going to try to adjust it, but either way, this looks much nicer to have them be the same height. thanks!while i’ve got you – could you possibly also tell me where/how to change the link colors?! and also the button colors. the default color seems to be blue. do i just do that in the custom css area too or is there something already built in for that?
thanks!
Forum: Themes and Templates
In reply to: trying to customize comments_templateThanks Somegirlwitha.com, that’s helpful, but not exactly what I need –
My problem is that to call the previous comments and the comment box, i’m just using this code:
<?php comments_template(”, true); ?>
it just brings everything in.
So what I want to do is customize what it is bringing in, but I can’t figure out where that is, or how to do that. I’ve found a lot of stuff on easy ways to customize the comments_form, but can’t seem to find much on comments_template
does that make sense?