Hi Ciaran,
I've a issue with main content overlap over sidecol position (see image attach)
- rebelojose
- Commercial Templates
- Sunday, 11 February 2024
- Subscribe via email
Thank you
To hide any overflow from an element in a custom module, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To hide any overflow from an element in a custom module, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.mod-custom {
overflow: hidden !important;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Dear Ciaran,
tks it is better, but the tabs must scroll and they don't
can you help me please
Jose
tks it is better, but the tabs must scroll and they don't
can you help me please
Jose
- more than a month ago
- Commercial Templates
- # 4
Hi Jose
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.
Ciaran
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.
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Dear Ciaran,
it is resolved with a help from a friend
thank you for support
Jose
it is resolved with a help from a friend
#container_main .wrapper960 div[data-rlta-element="button-list"] {
overflow-x: scroll;
}
thank you for support
Jose
- more than a month ago
- Commercial Templates
- # 7
- 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 »