Move logo block position in header - Joomla! Forum - community, help and support
i want move logo block in beez 20 2.5
template - can tell me css file should edit? or if not that, do? thanks.
you change padding or margin case may in following css entry available in file personal.css located in directory /templates/beez_20/css.
note: make sure take copy of file before editing it.
code: select all
h1#logo
{
font-family: 'titillium maps', arial;
padding:0.9em 20px 20px 10px;
text-transform:uppercase;
font-weight:normal;
margin-top:0;
}note: make sure take copy of file before editing it.
Comments
Post a Comment