Hello i want to make this border a little smaller on my template.
ANyone can help ?
Hello i want to make this border a little smaller on my template.
ANyone can help ?
this looks like a background image to me;
please post a link to your site to get more detailed help with your issue.
this is the image:
images/skins/gray/page_top.png
and the style is in
/css/skins/gray.css
.page_top{ background:#8f8f8f url(../../images/skins/gray/page_top.png) top repeat-x; border-bottom:5px solid #aaaaaa; }
and in
/css/style.css
.page_top{ width:100%; min-height:130px; }
no changing anything. What i should change to get smaller
What i should change to get smaller
the min-height:130px; in the second style; and the height of the image - using a graphic editor program.
basic css: http://www.w3schools.com/css/default.asp
This topic has been closed to new replies.