Responsive Cart on register page?

  • Posts: 43
  • Thank you received: 0
11 years 6 months ago #101285

Hi,

Is it possible to make the layout of the cart on the registration page responsive? Works ok for tablets but not mobiles. :(

www.shadforth.net/rayjays/index.php?opti...yout=step&Itemid=219

Attachments:
Last edit: 11 years 6 months ago by BeLlSiBuB.

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

  • Posts: 43
  • Thank you received: 0
11 years 6 months ago #101363

I tested on other templates with same result. :(

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

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #101404

Hi,

I think that you'll probably be able to do that by using media queries through your CSS file :).

Hope this will help you a little.

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

  • Posts: 43
  • Thank you received: 0
11 years 6 months ago #101492

Can you provide a list of DIVS that need to be changed please? Also, I notive that the cart on it's own is responsive when clicking a menu link. Any way to move that whole chunk of code to the registration page to replace the unresponsive code?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #101614

You can add the following @media property:

@media (max-width: 320px) {
.hikashop_cart_product_image_thumb{ display:none;}
}

This will hide the image when on mobile device, you can adjust the width size.

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

  • Posts: 43
  • Thank you received: 0
11 years 6 months ago #101615

Hi,
Thanks for your help. I tried hiding the image and title via css but the other titles were hovering over the wrong columns. I decided to try removing the whole image column via cart.php which worked but I still have an issue with the width of the table just as it hits the mobile portrait width. Also the Final total is cut off the page. Any ideas please on how to fix it?

Last edit: 11 years 6 months ago by BeLlSiBuB.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #101627

can you show me through a screenshots what is the element that gives you this problem ?

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

  • Posts: 43
  • Thank you received: 0
11 years 6 months ago #101631

Attached a screenshot of mobile view. Notice the Final Price is cut off. :unsure:

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #101665

Hi,

You can reduce the price sizes, the properties to edit are:
.hikashop_checkout_cart .hikashop_product_price{ font-size: 12px; font-weight: normal; }

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

  • Posts: 43
  • Thank you received: 0
11 years 6 months ago #101679

I got this sorted now, at least for normal size mobiles. Thanks again for all your help. :)

Last edit: 11 years 6 months ago by BeLlSiBuB.

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

Time to create page: 0.093 seconds
Powered by Kunena Forum