OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Watch template decrese left column height (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Watch template decrese left column height

peaceandlove (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Watch template decrese left column height 3 Years, 11 Months ago
Karma: 0  
How to decrese left column (i mean filter) column size

ordasvit.com/joomla-watches-shop/index.p...mart/shop-front-page

its quiet big want to small it
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Watch template decrese left column height 3 Years, 11 Months ago
Karma: 101  
Hello

Please check attachment.
You need open your template file:
{yur site}/templates/watches_shop/indix.php

find
Code:

sidebar-left col-lg-4 col-md-3 col-sm-3 col-xs-12

and replace to
Code:

sidebar-left col-lg-3 col-md-3 col-sm-3 col-xs-12


find
Code:

<div id="contentBox" class="col-lg-8 col-md-9 col-sm-9 col-xs-12">

and replace to
Code:

<div id="contentBox" class="col-lg-9 col-md-9 col-sm-9 col-xs-12">


Please backup this file first

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
peaceandlove (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Watch template decrese left column height 3 Years, 11 Months ago
Karma: 0  
Thanks a lot
Logged Logged
The administrator has disabled public write access.
Go to top
»