Wireframe layout display problem
| Project: | wireframe |
| Version: | 4.7.x-1.x-dev |
| Component: | PHP |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hello,
Forgive me if I do this wrong as this the first issue / bug that I have submitted. Not sure if it is a bug or an issue and guessed it wasn't critical. Feel free to correct me.
I have found wireframe really useful so far and have learnt a fair bit about CSS / Drupal / Theming using this approach but...
Problem = I have been using the wireframe theme as a starting point for developing a new theme for a site I am working on. I have found that when certain pages are displayed (see attached screenshots) there is a problem with the layout.
At first I thought that this was due to my modifications of the theme but when I switch back to the unmodified version of wireframe I get the same issue.
If any more information is needed please let me know.
Any help would be appreciated.
Cheers
Jay
| Attachment | Size |
|---|---|
| wireframe_no_ok.png | 78.39 KB |

#1
Thanks to desm0n's advice ( http://drupal.org/node/82162#comment-150771 ), I added the following code to my theme's stylesheet and this fixed the problem I was having.
.node-form .standard {
clear: none !important;
}
#2
The problem in wireframe is not solved :) The solution offered is a bit too hackish for me, but it is a starters.