[SOLVED] HELP! Removing module margins - Joomla! Forum - community, help and support
hello! beginner joomla , starting learning css. well, need remove white margins of modules because intend use background images. possible?
http://143.106.9.28/joomla
thank much!
cascata
http://143.106.9.28/joomla
thank much!
cascata
it's not margins, padding.
template-blue.css line 3217:
use browser's diagnostic tools find css change.
http://docs.joomla.org/diagnostic_tools
template-blue.css line 3217:
code: select all
div.modcontent {
background: #ffffff;
padding: 10px 10px 20px;
}
use browser's diagnostic tools find css change.
http://docs.joomla.org/diagnostic_tools
Comments
Post a Comment