Hi Ciaran
The menu is disappearing behind the Top1A position, any ideas?
Cheers!
Shell
- Shell
- Commercial Templates
- Tuesday, 28 June 2016
- Subscribe via email
Hi Shell
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Please also state in your email if it is ok for us to update your template to the latest download. Note that any changes made to the core template files will be lost... http://joomla51.com/tutorials/item/updating-your-template
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Please also state in your email if it is ok for us to update your template to the latest download. Note that any changes made to the core template files will be lost... http://joomla51.com/tutorials/item/updating-your-template
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Hi Shell
Would you have a URL/link to an example of your screenshot and we will investigate this issue further.
You could try creating a class suffix for your module as detailed here... http://joomla51.com/tutorials/item/applying-custom-css-to-an-individual-module. The CSS you would use would look like the following where 'grey-background' is your module class suffix (edit to taste).
Ciarán
Would you have a URL/link to an example of your screenshot and we will investigate this issue further.
You could try creating a class suffix for your module as detailed here... http://joomla51.com/tutorials/item/applying-custom-css-to-an-individual-module. The CSS you would use would look like the following where 'grey-background' is your module class suffix (edit to taste).
.grey-background {
background-color: #cccccc;
} Ciarán
- more than a month ago
- Commercial Templates
- # 4
Another question, I've been trying to figure it out and it's driving me mad. If I've got two modules in position Bottom-1a and I want one of them with a white background and one of them with a blue one how can I do that? In the template styling I've got Bottom-1 background set to blue.
- more than a month ago
- Commercial Templates
- # 5
I'm using this custom css at the mo to hide the submenu items
.hornav ul ul {
display: none !important;
}
But when I delete this from the custom CSS field the drop down menu's go behind the Top1A position. Screenshot attached.
.hornav ul ul {
display: none !important;
}
But when I delete this from the custom CSS field the drop down menu's go behind the Top1A position. Screenshot attached.
- more than a month ago
- Commercial Templates
- # 6
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »