joomla2.5 - Joomla template width resize -
hi know how change template width of joomla 2.5 template.
i facing problem below.
in different sizes of monitor (desktop or laptop - 15",17",19") - getting different blank spaces on both left , right side of template.
is possible reduce template width ?
the width of page determined css styling start using firebug examine page , figure out rule governs page width. example there might container div wraps around page content, , width set @ 960px.
firepage tell location of css file, example might in templates/template-name/css/theme.css
sign-in backend of site, extensions > template manager . in template manager : styles view, go entry template , click link in right hand column , find links css files theme. open css file located earlier (eg theme.css) , add over-riding rule. example
.container{ width:900px; } naturally normal css rules apply here, want new rule after original.
if theme responsive, may have repeat process @ different window sizes or viewports, , create additional over-riding rules inside @media requests. need figure out or post url.
good luck
Comments
Post a Comment