Map cuts off first few letters on the left side

  • adonaiso
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 1 month ago #10203 by adonaiso
The map features works great, I used it before on other sites, however, on my current project It's cutting off the letters on the left side of the bubble. Does anyone know how to resolve this?
  • Tuan Pham Ngoc
  • Online
  • Administrator
  • Administrator
More
14 years 1 month 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

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

More
14 years 1 month ago #10240 by btaylor010
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

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

More
14 years 1 month ago #10244 by Dane Bragg

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

  • Tuan Pham Ngoc
  • Online
  • Administrator
  • Administrator
More
14 years 1 month 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 :
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