Module Width - Joomla! Forum - community, help and support
hi i'm new joomla , having problems page layout. pages, because article content not filling full width, icons @ top (email, print & text sizer) float left boundary of content (e.g. http://www.nodular-prurigo.org.uk/jm/in ... nd/dlqires). there way can force module full-width on pages/selected pages.
thanks attention.
thanks attention.
hi,
open template.css , go line 31. should see this:
change to:
save , f5
open template.css , go line 31. should see this:
code: select all
#content_full {
float: left;}change to:
code: select all
#content_full {
float: left;
width:100%;}save , f5
Comments
Post a Comment