Infowin styling

More
7 years 9 months ago #10432 by Dima
Replied by Dima on topic Infowin styling
OK. Lets check.
I opened your link. And check styles.
Look at pic.1 - there img tag altered in your template


And if I remove "block" attribute it will



I think you should analyse for what reason they apply block style to images

Don't forget support my developments: post review in JED , donate , help with translation ;)
Attachments:
The following user(s) said Thank You: hagen_fenris

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

  • hagen_fenris
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
7 years 9 months ago - 7 years 9 months ago #10434 by hagen_fenris
Replied by hagen_fenris on topic Infowin styling
Thank you.

I´ve removed "display:block" and i`ve tried to replaced "display:block" with "display:inline".
No matter, what i do, there are still scrollbars. :(

Seems like -moz-box-sizing or box-sizing needs to be disabled too....

I had to override some CSS:
.gm-style-iw *, .placemarkContent * {
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;	
}
.gm-style-iw img {
	display: inline !important;
}
Attachments:
Last edit: 7 years 9 months ago by hagen_fenris.

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

More
7 years 9 months ago #10437 by Dima
Replied by Dima on topic Infowin styling
May be just remove display:block
and clear browser and joomla cache.

Don't forget support my developments: post review in JED , donate , help with translation ;)
The following user(s) said Thank You: hagen_fenris

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

Time to create page: 0.097 seconds

Donate


Go to top