custom template width - Joomla! Forum - community, help and support
hi, title implies want able change template width.
i have psd of 990px; , want use default protostar template, above width.
as 990 mean net space of template (no gutter)
thanks
i have psd of 990px; , want use default protostar template, above width.
as 990 mean net space of template (no gutter)
thanks
best thing edit file position.css located in directory \templates\protostar\css , change following css entry - value css attribute max-width.
before doing it, copy original file, , copy edited file because replaced future joomla releases.
thank goes @imanickam posting in thread, shout out him.
code: select all
#all {
margin: 0 auto;
max-width: 990px;
padding: 0;
text-align: left;
font-size: 0.8em
}
before doing it, copy original file, , copy edited file because replaced future joomla releases.
thank goes @imanickam posting in thread, shout out him.
Comments
Post a Comment