Answer the question
In order to leave comments, you need to log in
Asking for some help with Drupal
Hello comrades. First, I want to congratulate you on the holiday!
Second, ask you one question.
My question is as follows:
I have a website www.hm-presents.ru under development . Made, respectively, on the Drupal 7 engine. At the very top, you can notice a gray box (according to the firebug, this is div id="zone-user-wrapper").
Actually, I'm wondering how to remove it from the template. If you just delete it (try it in the same firebug), then at the bottom, between the content and the header, a white bar appears, which, in turn, I can’t remove in any way.
Can you suggest the correct way to remove it from the template while maintaining its visual integrity?
In general, I rarely deal with layout, especially with layout for this CMS, so I immediately want to apologize for the offended feelings of those who find this question too stupid :)
Answer the question
In order to leave comments, you need to log in
Delete the block, and then replace in global.css the values for id="body"
Instead of 156px, set the value to 111px (45 pixels of difference is a die)
#page {
background: url(../images/body-bg.png) repeat-x 0 111px;
}
This is the Omega sub-theme zone, disabled in the theme settings. Details on working with Omega: habrahabr.ru/post/172213/ or in a personal, if there are questions.
In principle, I found a solution, for which many thanks and + to SadGnome karma! But I did it by changing the line-height: 45px; at 0 px at #zone-user in the global.css file
Where is the markup of this template itself is still a mystery to me.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question