pop up width smaller with my buttons

  • Posts: 222
  • Thank you received: 1
11 years 9 months ago #88027

Hi,

How can I reduce the width of pop up (pop up after adding product to basket) and also my buttons instead of hikashop? Pop up is not normal wide, you can't see second button "to checkout page".

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #88057

Hi,

You can edit the view "checkout / notice" in HikaShop > Display > Views.
Or try to apply a css property on: ".hikashop_notice_box_content"

Here is the documentation:
www.hikashop.com/fr/support/documentation/faq.html#css

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

  • Posts: 222
  • Thank you received: 1
11 years 9 months ago #88148

Xavier wrote: Hi,

You can edit the view "checkout / notice" in HikaShop > Display > Views.
Or try to apply a css property on: ".hikashop_notice_box_content"

Here is the documentation:
www.hikashop.com/fr/support/documentation/faq.html#css


Hi,

I have already read all this imformation before I post here. And also tried different changes.
No result so far. I'm not a programmer, you can just give me the code? And where exactly do I enter it?
The pop up is so wide, that customer don't sees the right part with checkout button.

Thanks, Vero

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

  • Posts: 82796
  • Thank you received: 13357
  • MODERATOR
11 years 9 months ago #88332

Hi,

The fact that you can't see the second button because of the width of the page in the popup comes from the CSS of your template which probably has a min-width set on the body of the popup which it shouldn't.
You can try to add such CSS in the CSS of your template:
body{ min-width : auto !important; }
but we can't tell you if that's the correct code or if it will have side effects since we don't know the CSS of your template.
Normally, joomla templates should apply the min-width attribute only on the normal pages, not in popups.

Regarding the buttons themselves, you can take example on the CSS code on our demo website where we add images on these buttons:
#hikashop_add_to_cart_continue_div .hikashop_cart_input_button {
background-image: url(../images/shopping.png);
background-position: right;
background-repeat: no-repeat;
background-color: transparent;
color: #167e93;
padding-right: 45px;
height: 40px;
font-weight: bold;
}
#hikashop_add_to_cart_checkout_div .hikashop_cart_input_button {
background-image: url(../images/checkout.png);
background-position: right;
background-repeat: no-repeat;
background-color: transparent;
color: #167e93;
padding-right: 45px;
height: 40px;
font-weight: bold;
}

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

  • Posts: 222
  • Thank you received: 1
11 years 9 months ago #88349

Thanks!

I have solved the problem with pop up, just other option selected: stay on that same page if module active. And no problem more.

Thanks for try help me!

Vero

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

Time to create page: 0.071 seconds
Powered by Kunena Forum