New Landing How can we help? Themeforest Theme Support Neighborhood Checkout layout issue with product add ons…

Viewing 15 posts - 1 through 15 (of 16 total)
  • #199286
    MarieWorks
    Member
    Post count: 225

    Hi,

    We are using the product adds ons plugin from woo themes to allow customers to order personalised mugs.

    In testing we have noticed that the formating and alignment of the options they put in to be quite irregular in the checkout summary box on the checkout page (see screen shot )

    This also seems to be an issue with standard variable products (see crack mug example above personalised midori mug in screenshot).

    As the variable products function is built into woocommerce – we were wondering if this was a theme issue not a plugin issue?

    Any advice appreciated.

    kind Regards,

    Chris

    Attachments:
    You must be logged in to view attached files.
    #199293
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce td.product-name dl.variation dd{
    float:left !important;
    padding-top:4px !important;
    }

    Thanks
    Mohammad

    #199327
    MarieWorks
    Member
    Post count: 225

    Hi Mohammad,

    Thanks for this – pretty much done the job – but the collumn in which product information is being displayed seems to be unnecessarily thin?
    (see attached screen shot)

    Is it possible to widen it ?

    Thanks

    Chris

    Attachments:
    You must be logged in to view attached files.
    #199395
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce td.product-name dl.variation{
    width:270px !important;
    }
    

    Thanks
    Mohammad

    #199404
    MarieWorks
    Member
    Post count: 225

    perfect – thank you Mohammad.
    🙂

    #199409
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

    #199472
    MarieWorks
    Member
    Post count: 225

    Hi Mohammad,

    Sorry to bother you again, i have a similar question about the shipping selection column beneath the product details area.

    The product shipping options seem compacted into quite a thin column,

    I tried the CSS below – but I didn’t seem to have any affect…

    #order_review table.shop_table th, #order_review table.shop_table td {
    width: 200px!important;
    }

    Any ideas your end?

    Thanks

    Chris

    Attachments:
    You must be logged in to view attached files.
    #199633
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I forward this to my colleague. He will assist you shortly.
    Thanks
    Mohammad

    #199730
    MarieWorks
    Member
    Post count: 225

    Many thanks Mohammad, Look forward to hearing from them.

    #199744
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok.
    Thanks
    Mohammad

    #200205
    MarieWorks
    Member
    Post count: 225

    Hi Mohammad,

    Has there been any progress with this?

    Our checkout is currently completely broken at some screen resolutions (see attached)

    Thanks

    Chris

    Attachments:
    You must be logged in to view attached files.
    #200214
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi there

    Change:

    .woocommerce td.product-name dl.variation{
    width:270px !important;
    }

    to

    .woocommerce tbody td.product-name dl.variation {
      width: 160px !important;
    }

    – Kyle

    #200326
    MarieWorks
    Member
    Post count: 225

    Hi Kyle,

    Still breaking at certain screen resolutions Im afraid (screen shot attached)

    Attachments:
    You must be logged in to view attached files.
    #200450
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok try this instead:

    @media only screen and (min-width: 1200px) { 
    .woocommerce tbody td.product-name dl.variation {
      width: 160px !important;
    }
    }

    – Kyle

    #200659
    MarieWorks
    Member
    Post count: 225

    thanks for your help Kyle – seems to be behaving at different resolutions now (screen shot attached)

    Thankyou again!

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register