html - Making a pages content go full width in Drupal. -



html - Making a pages content go full width in Drupal. -

i've removed blocks basic page has iframe embedded.

how iframe spread total width of page instead of starting blocks ended?

i have page running @ total width, believe editing stylesheet unnecessary.

the problematic page found here

the total width page link is: found here

i need problematic page go total width. else created total width page, i'm unsure how created.

thanks,

sam

#left { display: none; float: left; width: 212px; } #right { display: block; float: right; width: 100%; }

this seemed work.

html css iframe drupal drupal-7

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -