Main menu CSS changed on the Event Booking page

  • Django
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 11 months ago - 8 years 11 months ago #64029 by Django
Hi
I just installed Event booking on a Joomla 3 website. Looks perfect, exepted that the mainmenu CSS is changed on the page of Event booking.

This line of the custom.cssis not used, only on this page :
ul.menu {
line-height: 30px !important;

How can Event booking block this CSS ?
Last edit: 8 years 11 months ago by Django.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #64041 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Main menu CSS changed on the Event Booking page
Hi

Could you please let us know where you find that css code? I think if it is not used, you can simply remove that css code and it should be OK

Tuan

Please Log in or Create an account to join the conversation.

  • Django
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 11 months ago #64049 by Django
I can't remote this CSS line because it is used in all the pages for the menu.

The complete code of this menu element is :
bootstrap.min.css (line9)
.nav-tabs::before, .nav-pills::before, .nav-tabs::after, .nav-pills::after {
content: "";
display: table;
line-height: 0;
}
.nav-tabs::after, .nav-pills::after {
clear: both;
}
.nav-tabs::before, .nav-pills::before, .nav-tabs::after, .nav-pills::after {
content: "";
display: table;
line-height: 0;
}
template.css
nav.mainNavigation ul.menu {
position: relative;
}
custom.css
ul.menu {
line-height: 30px !important;
list-style-image: none;

I can send you a link by PM if you want.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #64079 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Main menu CSS changed on the Event Booking page
Hi
Yes. Please access to joomdonation.com/support-tickets.html , submit a support ticket sending us super admin account of your site and the link to the page. I will ask my template developer to look at it and get it sorted for you

Regards,
Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc