Jump to content

How do i change the width of the legend skin


Guest gromit

Recommended Posts

I need to increase the width of the central part of the legend skin, i cant see anywhere to tweak this setting,

Does anyone know where this is hiding?

thanks for your help

Link to comment
Share on other sites

Guest mashurst

I need to increase the width of the central part of the legend skin, i cant see anywhere to tweak this setting,

Does anyone know where this is hiding?

thanks for your help

try /skins/legend/stylesheets/layout.css

}

#pageSurround {

	width: 748px;

	margin: 0px auto;

	padding: 5px;

	border: 1px solid #000000;

	background-color: #FFFFFF;

change the 748px to whatever amount of pixels or width percentage you want. I don't know if 98% will work with the layout, but you could try. Or put in 500px or 800px etc. It might throw off the other elements but you can reposition these as well.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...