Remove the right boxes and widen the content in the Iceblue design!
With the following code, you can remove the right boxes and give a broad content.
Paste the code : Edit design --> Extended Setting --> Text at top uf page !
1.Standard width
Quote:
<style type="text/css"> <! --
td.edit_content_top (width: 100%; background-image: url (URL IMAGE Top); background-color: # XXXXXX)
td.edit_content (width: 100%; background-image: url (URL IMAGE contenu); background-color: # XXXXXX)
td.edit_content_bottom (width: 100%; background-image: url (URL IMAGE Footer 1); background-color: #
XXXXXX)
td.edit_content_bottom2 (width: 100%; background-image: url (URL IMAGE Footer 2); background-color: #
XXXXXX)
td.edit_rechts_cbg (width: 100%; background-image: url (URL IMAGE background); background-color: #
XXXXXX)
table.edit_rechts_tabelle (width: 100%; background-image: none)
td.edit_rechts_sbg (display: none)
td.edit_rechts_bottom (display: none)
--></ style>
2. Width of the resolution of screen
Quote:
<style type="text/css"> <! --
td.edit_content_top (width: 100%; background-image: url (URL IMAGE Top); background-color: # XXXXXX)
td.edit_content (width: 100%; background-image: url (URL IMAGE contenu); background-color: # XXXXXX)
td.edit_content_bottom (width: 100%; background-image: url (URL IMAGE Footer 1); background-color: #
XXXXXX)
td.edit_content_bottom2 (width: 100%; background-image: url (URL IMAGE Footer 2); background-color: #
XXXXXX)
td.edit_rechts_cbg (width: 100%; background-image: url (URL IMAGE background); background-color: #
XXXXXX)
table.edit_rechts_tabelle (width: 100%; background-image: none)
td.edit_rechts_sbg (display: none)
td.edit_rechts_bottom (display: none)
table.edit_main_table (width: 100%)
td.edit_main_tr (width: 100%)
table.edit_second_table (width: 100%)
td.edit_header_full (width: 0%; background-position: center; background-repeat: no-repeat)
table.edit_third_table (width: 100%)
table.edit_rechts_tabelle (width: 100%)
td.edit_header_full table (display: none)
-->
</style>
|