Hello, I’ve added a Featured Products in my footer, but the price sits below the image and headline so that it doesn’t look like it is part of that product. Can the price be moved up like this: https://www.dropbox.com/s/0k48j5m2xv5l1tu/move-price.png ? Do you have a snippet of CSS that would do that?
The site is located here if you need that: http://staging.digitalnarrative.com/embracelets/
Thanks!
Lise
Oops! I figured it out. I added this:
span.amount {
font-size: 14px;
position: relative;
top: -40px;
}
Let me know if there’s a better way to do it. Thanks!
Argghh! I take it back. It messed up the other areas. How can I target just the widget in the footer? I want to contain the change to this DIV I think (?)