User avatar
saliandra
Posts: 35
Joined: Wed Jan 07, 2009 6:16 pm
Location: Bend OR
Contact: Website

Move title to the left

Hi. I don't care for the look of the icon in the title. So I simply deleted the icon.gif file and that got rid of it. But now I would like to move the title to the left so that it starts at the left edge of the image. I'm guessing this is an easy fix, but I just don't know the code. I appreciate your help.
http://co-mastersingers.weebly.com/past-concerts.html
Sally
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: Move title to the left

Find this in your highslide.css file (down around line 510):

Code: Select all

.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/uploads/1/1/6/7/11671533/icon.gif) no-repeat 0 1px;
}
Change that 22px on the padding to a lower value - 0px would pin it all the way to the left. I'd say 4px will put it where you want it.
User avatar
saliandra
Posts: 35
Joined: Wed Jan 07, 2009 6:16 pm
Location: Bend OR
Contact: Website

Re: Move title to the left

Absolutely perfect! Thanks a bunch!
Sally

Return to “Highslide JS Usage”