- Posts: 3
- Thank you received: 0
Map cuts off first few letters on the left side
- adonaiso
- Topic Author
- Offline
- New Member
-
Less
More
13 years 9 months ago #10203
by adonaiso
Map cuts off first few letters on the left side was created by adonaiso
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 9 months ago #10205
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Map cuts off first few letters on the left side
Hi
It is just something related to css . Give me the link to the page and I will tell you what need to be modified to make it looks well .
Also, just one note, you are free to use the extension on your own sites (unlimited of your own sites) but if the current project is for a new client, you will need to purchase a new license for this new client .
Regards,
Tuan
It is just something related to css . Give me the link to the page and I will tell you what need to be modified to make it looks well .
Also, just one note, you are free to use the extension on your own sites (unlimited of your own sites) but if the current project is for a new client, you will need to purchase a new license for this new client .
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- btaylor010
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
13 years 9 months ago #10240
by btaylor010
Replied by btaylor010 on topic Re: Map cuts off first few letters on the left side
Here is the link:
www.windycitybasketballcamps.com/index.p...event_id=3&Itemid=15
Tuan,
This particular client purchased all of there own modules and components. Your product is so awesome, I would pay double no problem. I will find out what account information they purchased it under.
Thanks for your help
www.windycitybasketballcamps.com/index.p...event_id=3&Itemid=15
Tuan,
This particular client purchased all of there own modules and components. Your product is so awesome, I would pay double no problem. I will find out what account information they purchased it under.
Thanks for your help
Please Log in or Create an account to join the conversation.
- Dane Bragg
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
13 years 9 months ago #10244
by Dane Bragg
Replied by Dane Bragg on topic Re: Map cuts off first few letters on the left side
I'm having the same issue on K9JYM.com
www.k9jym.com/index.php/classes/class-re...iew_event&event_id=9
www.k9jym.com/index.php/classes/class-re...iew_event&event_id=9
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 9 months ago #10256
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Map cuts off first few letters on the left side
Hi
This is something with css of the component. To fix the issue, please open the file components/com_eventbooking/assets/css/style.css, looks at the css code at line 355 :
Change margin-left property to something like 2px . For example, that block of css can be changed to :
After that, it should work as expected .
Regards,
Tuan
This is something with css of the component. To fix the issue, please open the file components/com_eventbooking/assets/css/style.css, looks at the css code at line 355 :
Code:
.bubble li {
list-style-type: none;
background-image: none;
line-height: 18px;
margin-left: -10px;
font-size: 13px;
}
Change margin-left property to something like 2px . For example, that block of css can be changed to :
Code:
.bubble li {
list-style-type: none;
background-image: none;
line-height: 18px;
margin-left: 2px;
font-size: 13px;
}
After that, it should work as expected .
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.