Theme Joomla Templates

How to adjust template width & removing visit...

How do you adjust the Sublime template width? Then in my site it appears with "visit themejoomla" on the top right corner, how to remove it?

LumoMongo replied familiar with CSS & coding?

You cannot adjust the width of Sublime, unless you are familiar with CSS and some coding, as you would need to change a whole lot of elements besides just the width of the site, as it is fixed width.

To remove the credits (top right); look for this in the sublime template css:

a#corner { 
position: absolute; 
right: 0; 
top: 0; 
display: block; 
height: 90px; 
width: 100px; 
background: url(<a rel="nofollow" href='http://www.themejoomla.com/images/visit_themejoomla.png'>http://www.themejoomla.com/ima...joomla.png</a>) top right no-repeat !important; 
background: none; 
text-indent: -999em; 
text-decoration: none; 
cursor: pointer; 
z-index: 1; 
}


and just change it to:

a#corner { display: none; }

You must be logged in to post a comment. Please register if you do not have an account yet.

busy

INSIDE: Forum / Templates

members

search