Jump to content

Resizing width right hand side elements.


Recommended Posts

In the images below you can see that I am trying to find a way of reducing the width of the search box and search button..... move right a little. 
This is a graphic edit not a code edit but I want to do this for real. 

Does anyone know which file I edit.
I'm using the Kurouto skin. 

search2.jpg

search1.jpg

Link to comment
Share on other sites

In Kurouto's style sheet common.css, change to the following:

Near line 104, change this property to:
#quick_search span.search > input
width: 196px;

Near line 98, change this property to:
#quick_search span.search
padding: 0;

Near line 90, comment out these properties:
#quick_search
/*
	float: right;
	position: relative;
	right: 0px;
	top: 90px;
	width: 320px;
*/

You will need to have CubeCart clear its internal cache.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...