header and header_bottom do not overlap

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jun 21, 2013 9:04 am
Reply with quote
Report this post
hello
in your template modules header and heaer_bottom overlap, while in my case they are one below the other (see picture).
how can I fix this cosmetic problem?

thanks
luca
User avatar
Junior Boarder

GK User
Fri Jun 21, 2013 11:05 am
Reply with quote
Report this post
Can you please double check module position.

It should be "header_bottom" position, or post your website link so we can check its html.

See you around...
User avatar
Platinum Boarder

GK User
Fri Jun 21, 2013 1:20 pm
Reply with quote
Report this post
The module position is correct.
I can't post the website link, because I'm working in local mode (MAMP).

I'll check everything again.

I let you know.


Thanks
luca
User avatar
Junior Boarder

GK User
Wed Jun 26, 2013 1:22 pm
Reply with quote
Report this post
Hi,
in the settings of NSP, I've deactivate the option "use default CSS" and the problem is solved.

Thanks
luca
User avatar
Junior Boarder

GK User
Sun Jun 30, 2013 4:01 am
Reply with quote
Report this post
No problem, see you around...
User avatar
Platinum Boarder

GK User
Mon Jul 08, 2013 11:58 am
Reply with quote
Report this post
ok, hi i have an similar problem. i want to set the box a little bit down so i can see more of my picture behind it. how can i realize this?

thank you martin
User avatar
Fresh Boarder

GK User
Tue Jul 09, 2013 1:21 am
Reply with quote
Report this post
@Bourne23,

Use following css code in override.css and enable css override option in template settings > advanced settings > css override.

Code: Select all
#gkHeaderBottom { margin-top: 30px;}


See you around...
User avatar
Platinum Boarder

GK User
Tue Jul 09, 2013 5:43 pm
Reply with quote
Report this post
Cool, such an simple way. :-)

Thank you Martin
User avatar
Fresh Boarder

GK User
Tue Jul 09, 2013 8:36 pm
Reply with quote
Report this post
sorry now one last qustion how can i set the text in also a little bit down ? (in front of the pictures (over the shops & trends box)) or is it more simple to make the text directly with photoshop in the picture?
User avatar
Fresh Boarder

GK User
Thu Jul 11, 2013 3:12 am
Reply with quote
Report this post
@Bourne23,

Please use following css code, if you have similar modules using similar class names they will also get effected by this change, so in that case in module settings add another module class so this module becomes unique and then you can change the css selector.

Code: Select all
.box.bigtitle .header { margin-top: 30px!important;}


See you around...
User avatar
Platinum Boarder


cron