-
AuthorPosts
-
February 5, 2015 at 5:46 pm #391477
Hello!
I’m creating a page to display all the products contained on the website in a single page, and i´m using the woo commerce product list plugin addition from the Avia layout builder. Everything works fine but, if a product´s description text has a link in it, on the page I´m building the text is not aligned with the product image. If i remove the link, then the text aligns perfectly. Would you have any idea why this is happening? The link to the page I´m building on the website is http://silvergelatine-studio.com/download-list/ , and the link to the product that includes a hyperlink on the text is http://silvergelatine-studio.com/shop/computer-accesories/canon-selphy-cp910-photo-printer/Help is much appreciated!!!
thank youFebruary 5, 2015 at 10:43 pm #391723Hey silverjello!
Try adding this to your custom CSS.
.av-catalogue-list > li > a:first-child { float: left !important; }
Best regards,
ElliottFebruary 6, 2015 at 1:22 pm #392017Hello Elliot!
thanks for the quick reply! the code did the trick for the product´s title, but not for the links included in the text. Please look at http://silvergelatine-studio.com/shop/accessories/lee-filters-universal-hood/ , text looses alignment when you introduce an hyperlink to it.Thanks for your help Elliot!
February 6, 2015 at 1:26 pm #392019Sorry, the page where the text is not aligned is this one, http://silvergelatine-studio.com/download-list/ . same product. http://silvergelatine-studio.com/shop/accessories/lee-filters-universal-hood/
thanks!
February 8, 2015 at 9:18 am #392657Hi!
Use this instead to remove the left margin of the list:
.av-catalogue-content ul { margin-left: 0; }
Cheers!
IsmaelFebruary 8, 2015 at 3:42 pm #392734This reply has been marked as private.February 9, 2015 at 1:20 pm #393005February 9, 2015 at 1:29 pm #393015Yeah, sorry. here it is:
http://silvergelatine-studio.com/wp-content/uploads/2015/02/Screen-Shot-2015-02-08-at-14.34.54.png
cheers!
February 11, 2015 at 10:11 am #394175Hi!
Looks like the text are separated by strong and link tags. Please post the login details here. We would like to check it.
Best regards,
IsmaelFebruary 11, 2015 at 12:41 pm #394273This reply has been marked as private.February 12, 2015 at 12:03 pm #394915Hey!
I have to add another closing tag before the “Caution” part. It’s not conventional but it works on this particular case. My guess is that you’ve added a lot of html tags inside the product description and forgot to close an element. Please check all product descriptions.
Cheers!
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.