Support Forums - Classified Ads Script Osclass
Osclass theme support => Zara Osclass Responsive Theme => Topic started by: Michael on November 12, 2017, 05:39:10 PM
-
Hello. The price as that not so looks. How to solve this issue. Thanks in advance. :)
-
Do you have som javascript errors there?
-
What is your URL?
-
@Michael
Can you send some sample login details please.
-
Go to file:
/oc-content/themes/zara/item-post.php
Find:
<?php ItemForm::currency_select(); ?>
Replace with:
<div class="price-wrp"><?php ItemForm::currency_select(); ?></div>
Now go to style.css (theme folder)
at start add line:
.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;}
-
@Michael
Then you did not.
Open https://www.padabo.ru/oc-content/themes/zara/css/style.css?v=2 , press crtl+r few times.