Hello,
As I recently upgraded to CB 2, I noticed that the menu items on the front-end (e.g. in edit profile as well as the profile page itself) are not showing up right. In most cases, the tabs are displayed vertically instead of horizontally next to each other.
I have discovered that it is the template that I use that is causing this conflict, as it is resolved as soon as I load the page with another template. So I am trying to find a way to override the particular CSS setting of the main Joomla template, but no luck.
I am not well versed at CSS, but I have discovered through the Chrome browser functions that this CSS-code of the main Joomla template is probably the cause:
Code:
#main_content ul li, #main_content2 ul li {
width: 94%;
}
When using the inspections-function of Chrome, when I switch off the width: 94% then the menu shows up horizontally again.
Unfortunately, I can't figure out how to override that in the CB default template. Even when I try to change the width in the main Joomla template, there doesn't seem to be any effect on the website at all, nor on the menu tabs.
See attachment:
This shows how all the tabs are vertically below each other, and at the bottom also shows where I found the 94% CSS code that seems to be the cause.
Can anyone tell me what code I should add in the overrides of the Default CB template?
Thanks.