Line 12: | Line 12: | ||
#top_menu_under { | #top_menu_under { | ||
display: none; | display: none; | ||
+ | } | ||
+ | #content { | ||
+ | margin-left: 0px; | ||
} | } | ||
</style> | </style> |
Revision as of 16:20, 19 June 2016
H1 Heading
H2 Heading
H3 Heading
#top_title {
display: none;
}
The above code hides the top title and logo bar.
#top_menu_14 {
display: none;
}
The above code hides the top nav bar.
#top_menu_under {
display: none;
}
The above code removes all margin of the content.