Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #563314

    Hi,

    I’m setting up a webshop with WooCommerce and the Fancy product designer. When creating a product I’m trying to add an icon list in the product summary. When checking the product the icon list is below the fancy product designer instead of on the right. Normal text is working just fine.

    In short I want the product designer on the left and content on the right. Developer of FPD send me this info: “The summary needs to be float: right, which will depend on your theme but it seems to be standard. As I have said, that’s a custom thing, there is no option in FPD to do this.”

    Information in private content part.

    Cheers,
    Jaap

    #563341

    Hey Jaap!

    hm try this code in Quick CSS field:

    .avia-icon-list-container {
    width: 60%;
    position: relative;
    bottom: 700px;
    float: right;
    }
    

    Cheers!
    Andy

    #563351

    Hi Andy,

    Thanks for the quick response. This is better, avia content is on the right but the buttons are still below the designer. See link.
    Any ideas?

    Cheers,
    Jaap

    #564194

    Hey!

    well, simply adjust my code as needed. Adjust “bottom” value for example until it fits for you.

    Best regards,
    Andy

    #564715

    Hi Andy,

    Already tried that but isn’t working. The buttons stay below the designer.

    Cheers,
    Jaap

    #565389

    Hi!

    what do you mean with “designer”? I checked link in private content again and it looks like you could fix it already. If not please send us a mockup showing the results you want to achieve (imgur.com, dropbox).

    Cheers!
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.