live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:How to move sidebar to the left hand side? (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:How to move sidebar to the left hand side?
#43
How to move sidebar to the left hand side? 1 Year, 5 Months ago Karma: 0  
Hi



Are there are few documented tweaks to the CSS to enable the sidebar to be moved to the left hand side? I can work it out from the CSS given an hour or two but it would be great if there was a simple 'HOWTO'.



Also is there any documentation associated with the template - e.g. how to set the shopping basket logos etc?



Many thanks



Mike
asso (User)
Fresh Bamboo
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#44
Re:How to move sidebar to the left hand side? 1 Year, 5 Months ago Karma: 31  
Hi Mike,



The css to move the sidebar to the left is as follows:



Code:

#sidebar { float: left; width: 220px; padding-top: 0px; padding-right: 10px; padding-bottom: 20px; padding-left:5px; clear:right }
Just change the float:right; to float:left; that should do the trick. You will also need to flip the bg image around also so that the colour is left aligned rather than right aligned. The css to add an image in the user4 position is below. Just change the image name with your image name and upload to the shopfront/images folder.
Code:

#cart { padding-top:40px; float:right; color:#fff; height:79px; background: url(../images/my_cart_image.jpg) left center no-repeat; width:200px; }
Hope this helps. Anthony.
Anthony Olsen (Admin)
Admin
Posts: 1544
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoard
,