Width of Vex box to checkout on mobile view

  • Posts: 49
  • Thank you received: 7
  • Hikashop Multisite
3 years 6 months ago #324715

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.22
-- PHP version -- : 7.4.9
-- Browser(s) name and version -- : Chrome 85.0.4183.121

Hello,

I'm having an issue which I can solve myself, nor can I find documentation on this. So I hope you can/will help me with this...

When a product is added to the cart, the Vex popup box asks whether to go back for more shopping, or to proceed to the cart. The box is way to large for mobile screens. Unfortunately, I can't find how to make it fit the window.

Is there a solution for this? CSS didn't work...

Looking forward hearing from you!

Best regards,

Ans

You do not have permissions to access this page.


[Moderator :]Don't edit your message long after posting it, because that mess up our work organisation, if you have a new elements poste a new message, please.

Last edit: 3 years 6 months ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 4502
  • Thank you received: 610
  • MODERATOR
3 years 6 months ago #324718

Hello,

There are always a solution, here it's a question of custom Css, I'm sure that with a strong selector and the good css command it's possible, follow me step by step :
1. First, have a look on this documentation to see how to proceed to add some custom Css.
Now, some advice add your custom Css at the end of your frontend file Css, add a maximum of html class to prioritize your own css.
You can too use some "!important" to increase his priority.
2. Have a look on this documentation to see how to built a powerful selector.

3. Have a look on the "@media" command, here to have a "condition" in your Css.
Example :

@media only screen and (max-width: 600px) {
   .class {command : value;}
}
=> Here, this command Css, will only apply on a 600 px wide screen.
4. Use your inspector tool (right-click => Inpsect/inspector tool/...) To be able to analyze your html & your Css

As a results, you will have this kind of pseudo code :
.extra_class_to_prioritize .same_class_html {
    max-width: 350 px (by example)
}

Hope this will help you to achieved what you need.

regards

Last edit: 3 years 6 months ago by Philip.
The following user(s) said Thank You: Ans van Tongeren

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 7
  • Hikashop Multisite
3 years 5 months ago #325144

Hi Philippe,

So sorry for the belated reply. With your help we were able to make some needed changes. Thank you very much!

Regards,

Ans

Please Log in or Create an account to join the conversation.

Time to create page: 0.060 seconds
Powered by Kunena Forum