Change width layout - Joomla! Forum - community, help and support
hi guys,
i want disable responsive layout ja elastica.
there's no option in template menu.
so code have change or delete?
for site: http://www.yourmovieposters.com
thanks guys!
edit:
ok, fugered out how disable layouts.
because there multiple layouts, such mobile, tablet, normal, wide, wide.
so deleted mobile , tablet one, won't smaller normal layout. wanted.
but, how can change width in normal layout? (css).
/* main layout divs
--------------------------------------------------------- */
.main {
width: 1130px;
min-width: 1130px !important;
}
this code isn't working. it's still 960px width. did change wrong css?
thanks.
i want disable responsive layout ja elastica.
there's no option in template menu.
so code have change or delete?
for site: http://www.yourmovieposters.com
thanks guys!
edit:
ok, fugered out how disable layouts.
because there multiple layouts, such mobile, tablet, normal, wide, wide.
so deleted mobile , tablet one, won't smaller normal layout. wanted.
but, how can change width in normal layout? (css).
/* main layout divs
--------------------------------------------------------- */
.main {
width: 1130px;
min-width: 1130px !important;
}
this code isn't working. it's still 960px width. did change wrong css?
thanks.
Comments
Post a Comment