dnopollard
Forum Replies Created
-
AuthorPosts
-
Thanks both.
Just to let you know the alignment for the checkboxes is still out when editing the information in the admin system. Not quite as important as the end user view but just to let you know.
thanks again.
DeanHi Simone
thanks for this, my code looks like this now
if($multi_display = 'checkbox'){ ?> </ul> <?php } if($multi_display = 'select'){?> </select> <?php }else{ echo '</ul>';}?>when before it looked like
if($multi_display = 'select'){?> </select> <?php }else{ echo '</ul>';}?>just double checking this is correct.
This has adjusted the message text to align correctly, so this combined with the additonal float:left in that class has fixed this.
Thank you so much for your help!that should have read inlcude within the <ul> element tagsHi Simone
Thanks – I had tried that but you’ll notice that it then puts the message note and message error out.
Looking at the code for this and comparing to the ‘Special Offers’ input it looks like the two <span> elements have been include within the- element for the checkboxes, but in ‘Special offers’ they are included after the <textarea> element.
So the padding-left:30% that is also applied to geodir_message_note and geodir_message_error is effectively doubling up and pushes the message out of alignment.
Hope I am making sense here!
cheers
DeanThis reply has been marked as private.This reply has been marked as private.Ahh, thank you very much both, very helpful. thanks again.
-
AuthorPosts