feedback tab

ivalls's picture

ivalls
December 30, 2011
7:13am

This is not very important, but is they a way of positioning the feed back tab on the side of the sceen? I would like to drop it down a bit to line up with some icons, you can see what i mean at: http://webfairey.drupalgardens.com

Status: Resolved

Comments

Gardener
Dave Murphy January 2, 2012
12:21pm

 

First thing you'll need to do is clear the styling that is on the block. In the Themebuilder, go to the Advanced Tab and have the Styles Css selected. You'll need to scroll through the styles and find the one for #block-feedback-feedback. Delete the styling for top. Here's a screenshot to give you idea...

http://screencast.com/t/gxqhiKNYKWE

Once that is done, you'll need to add the top styling back in. It was set as a percentage, but because you want it to line up specifically, a pixel amount will do the trick. Add this to the Custom CSS...

#block-feedback-feedback { top: 372px; }

This should line up the feedback button with the bottom of the linkedin icon.

Best regards,

Dave

 

ivalls January 10, 2012
6:39am

Thanks Dave, it worked a treat!

Sorry for taking so long to get back to you.

 

Best Regards

Jan

Moderator
davidmurphy January 10, 2012
9:43am

Glad it worked for you. I am going to mark this as resolved. 

Best regards,

Dave | Drupal Gardens Client Advisor