S
S
Sergey Nozdrin2013-04-01 21:53:34
Drupal
Sergey Nozdrin, 2013-04-01 21:53:34

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

4 answer(s)
S
SadGnome, 2013-04-01
@light204

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

N
Nilard, 2013-04-02
@Nilard

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.

P
penexe, 2013-04-01
@penexe

in the theme folder page.tpl.php look for zone-user-wrapper

S
Sergey Nozdrin, 2013-04-01
@light204

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 question

Ask a Question

731 491 924 answers to any question