*

Michael

  • ***
  • 42 posts
Price
« on: November 12, 2017, 05:39:10 PM »
Hello. The price as that not so looks. How to solve this issue. Thanks in advance. :)
padabo.ru

*

MB Themes

Re: Price
« Reply #1 on: November 12, 2017, 07:00:23 PM »
Do you have som javascript errors there?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Price
« Reply #2 on: November 13, 2017, 04:27:31 PM »
What is your URL?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Price
« Reply #3 on: November 13, 2017, 08:28:44 PM »
@Michael
Can you send some sample login details please.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Price
« Reply #4 on: November 14, 2017, 02:34:26 PM »
Go to file:
/oc-content/themes/zara/item-post.php

Find:
Code: [Select]
<?php ItemForm::currency_select(); ?>
Replace with:
Code: [Select]
<div class="price-wrp"><?php ItemForm::currency_select(); ?></div>
Now go to style.css (theme folder)
at start add line:
Code: [Select]
.price-wrp {float: left; width: 30px; height: 29px; line-height: 29px; text-align: center; background: #eee; border: 1px solid #ccc; border-left: none; margin-left: -2px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Price
« Reply #5 on: November 14, 2017, 03:14:04 PM »
@Michael
Then you did not.
Open https://www.padabo.ru/oc-content/themes/zara/css/style.css?v=2 , press crtl+r few times.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots