Infowin styling
- Dima
- Offline
- Platinum Member
Less
More
8 years 5 months ago #10432
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
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
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
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
Less
More
- Posts: 264
- Thank you received: 1
8 years 5 months ago - 8 years 5 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:
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:
Code:
.gm-style-iw *, .placemarkContent * {
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.gm-style-iw img {
display: inline !important;
}
Last edit: 8 years 5 months ago by hagen_fenris.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
8 years 5 months ago #10437
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Infowin styling
May be just remove display:block
and clear browser and joomla cache.
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.192 seconds