main menu is behind banner

Professional Joomla social template with metro design and JomSocial extension support.
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 Aug 01, 2014 2:04 am
Reply with quote
Report this post
Hi there
I`ve got a custom module position for banners above the main menu. 1 page only on the site shows the banner correct, but on the rest of the site, the banner module covers the main menu.

can anybody help ?

Best regards
User avatar
Expert Boarder

GK User
Fri Aug 01, 2014 11:41 am
Reply with quote
Report this post
Could you please post an url to your site - to exact places where banner shows correctly and wrongly?
User avatar
Moderator

GK User
Sat Aug 02, 2014 1:23 pm
Reply with quote
Report this post
Hi Cyberek
Sure thing.

wrongly: (frontpage and most other pages)
www.kameratest.dk

correctly:(this page is correct no matter what)
www.kameratest.dk/kode

ps. google banners shows correctly all over, but its our own banners that makes trouble (banner sizes IS CORRECT)

best regards
Bison
User avatar
Expert Boarder

GK User
Mon Aug 04, 2014 9:39 am
Reply with quote
Report this post
Your subpage loads bootstrap where simple rule makes the banner look ok:
Code: Select all
img {vertical-align: middle;}
User avatar
Moderator

GK User
Mon Aug 04, 2014 7:02 pm
Reply with quote
Report this post
Cyberek wrote:Your subpage loads bootstrap where simple rule makes the banner look ok:
Code: Select all
img {vertical-align: middle;}


Hi Cyberek
Thanks for taking the time to have a look.

Does that mean that all I have to do is add this code to overide.css ??

Best regards
Bison
User avatar
Expert Boarder

GK User
Tue Aug 05, 2014 7:32 am
Reply with quote
Report this post
I would think about narrowing this selector a little bit not to mess with other images.
Code: Select all
#topbanner img {vertical-align: middle;}

But what is more important - you should find out why some css'es are loaded on some pages and on other not.
User avatar
Moderator

GK User
Tue Aug 05, 2014 7:26 pm
Reply with quote
Report this post
OK - I`ll try that..
Thanks alot for the help

Best regards
Bison
User avatar
Expert Boarder


cron