Remove right margin in Beeze20 joomla 2.5 - Joomla! Forum - community, help and support
how remove right margin in beez20 joomla 2.5. on home page, since optional (i guess) not seem issue. on subsequent (extended) pages though positions invisible, space not released. white blank column on right side. how make use of space? center column expand way end , utilize entire area.
http://otnyathra.info/otnyathrainfo/
when click 'read more' button ( on main content), second page has right margin,, how remove right margin , use entire area article.
if had disable positions module section, these positions not being listed.
thanks
murali
http://otnyathra.info/otnyathrainfo/
when click 'read more' button ( on main content), second page has right margin,, how remove right margin , use entire area article.
if had disable positions module section, these positions not being listed.
thanks
murali
try following:
edit file position.css located in directory \templates\beez_20\css , comment css attribute width (from max-width:660px /* max-width:660px */ in following css entry.
note: make sure take copy of file before editing it.
edit file position.css located in directory \templates\beez_20\css , comment css attribute width (from max-width:660px /* max-width:660px */ in following css entry.
code: select all
#wrapper2 .item-page
{
max-width:660px
}note: make sure take copy of file before editing it.
Comments
Post a Comment