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

CommentFileSizeAuthor
wireframe_no_ok.png78.39 KBjaydunford
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jaydunford’s picture

Status: Active » Fixed

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;
}

Bèr Kessels’s picture

Status: Fixed » Active

The problem in wireframe is not solved :) The solution offered is a bit too hackish for me, but it is a starters.