Our new Hika Shop http://www.lindls.com

  • Posts: 79
  • Thank you received: 1
12 years 2 months ago #40706

That is our new Shop. We sell kind of vegetable called Topinambur.
have a look at www.lindls.com

Would like to hear some suggestions or tips
Greetings from bavaria

Last edit: 12 years 2 months ago by Georg.

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

  • Posts: 2293
  • Thank you received: 315
12 years 2 months ago #40850

Great site. Simple and light design. But I see that you have done hard work to do that.

maybe some little mistakes that is easy to fix.

when i buy goods for the sum more than 100 euros here is like cart look:



Thank you for share your design and shop. Great work!


Я не явлюсь официальной службой поддержки!
Я здесь добровольно!

Хочешь получить купон на скидку Hikashop? Спроси меня как!
Attachments:
The following user(s) said Thank You: Georg

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

  • Posts: 79
  • Thank you received: 1
12 years 1 month ago #40913

Thank you for your nice comment and the good advice!
Not so easy to fix the width of the left side because it just changes so much in the template.
But i try to do my best!
Greetings from bavaria

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

  • Posts: 2293
  • Thank you received: 315
12 years 1 month ago #40936

you don't need to change width of the left side.

here the code that you need to change:

span.hikashop_product_price_full {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 8px;
    text-align: left;
}

simply remove margin-left: 8px; and get this code:
span.hikashop_product_price_full {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

or if this method will interfere with other pages you can try simply add this rule
.hikashop_cart span.hikashop_product_price_full {
margin-left: 0px;
}

this will help you to fix that bug

p.s. Greetings from Russia :)


Я не явлюсь официальной службой поддержки!
Я здесь добровольно!

Хочешь получить купон на скидку Hikashop? Спроси меня как!
Last edit: 12 years 1 month ago by progreccor.
The following user(s) said Thank You: Georg

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

Time to create page: 0.094 seconds
Powered by Kunena Forum