yeti1249 0 Report post Posted March 17, 2011 Hello everyone. Is there a way to put the logo over the separation line? Like here: I You can see in the top logo - his arms are over the separation line. Is there a way to do that? Share this post Link to post Share on other sites
Kate 3 Report post Posted March 17, 2011 Hi Vladimir, Yes, you can accomplish that with custom CSS. Share this post Link to post Share on other sites
yeti1249 0 Report post Posted March 17, 2011 i am not good at coding. Could you help with it? I have logo with transparent background - so do I need to add padding to it to move it lower? or what parameter do I need to add or change? Share this post Link to post Share on other sites
Guest Guest Report post Posted March 17, 2011 What you're going to have to do is use a negative margin to push it down however many pixels it needs so that the hands are over the line but the bottom of the little dude rests on top of it. #brandnav .mainlogo-link and #brandnav .mainlogo-link img are the classes I believe you are looking for, so try plugging those into custom css and play around with the numbers, here's one possible example: #brandnav .mainlogo-link img {top-margin: -10px;} Share this post Link to post Share on other sites