- Posts: 264
- Thank you received: 1
space around placemark-url
- hagen_fenris
- Topic Author
- Offline
- Elite Member
Less
More
10 years 8 months ago #4601
by hagen_fenris
space around placemark-url was created by hagen_fenris
Hi,
i want to add some space around the placemark-url in infowindow.
But i don`tz find the right CSS-class.
Maybe you can help me?
Regards
fenris
i want to add some space around the placemark-url in infowindow.
But i don`tz find the right CSS-class.
Maybe you can help me?
Regards
fenris
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 8 months ago #4604
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic space around placemark-url
Hi.
You enter your description in Addition HTML field. You can control anything by styles, it is HTML. You can create styles in your template css file, and apply to whatever you want.
You enter your description in Addition HTML field. You can control anything by styles, it is HTML. You can create styles in your template css file, and apply to whatever you want.
Don't forget support my developments: post review in JED , donate , help with translation
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
10 years 8 months ago #4605
by hagen_fenris
Replied by hagen_fenris on topic space around placemark-url
?
I don`t want an addittional description.
Just a bit more space around the website-url.
i tried to edit the class ".placemarkHREF" but that didn`t worked
I also have another question about the website-url.
At the infowin, when creating a new placemark, i can insert a picture-url but no website-url.
At the backend of my site i can set the website-url.
Now i need that at the infowin when creating a new placemark.
I don`t want an addittional description.
Just a bit more space around the website-url.
i tried to edit the class ".placemarkHREF" but that didn`t worked
I also have another question about the website-url.
At the infowin, when creating a new placemark, i can insert a picture-url but no website-url.
At the backend of my site i can set the website-url.
Now i need that at the infowin when creating a new placemark.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 8 months ago - 10 years 8 months ago #4606
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic space around placemark-url
You can define .placemarkHREF class in your template, and all should work.
As for web site URL. Yes, some fields are not accessible to enter from frontend.
I have plans to add more flexible configuring what data you can enter from frontend, but it will in future.
As for web site URL. Yes, some fields are not accessible to enter from frontend.
I have plans to add more flexible configuring what data you can enter from frontend, but it will in future.
Don't forget support my developments: post review in JED , donate , help with translation
Last edit: 10 years 8 months ago by Dima.
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
10 years 8 months ago #4607
by hagen_fenris
Replied by hagen_fenris on topic space around placemark-url
i tried to set this via
.placemarkHREF a {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
But i din`t changed anything....
.placemarkHREF a {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
But i din`t changed anything....
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
10 years 8 months ago #4608
by hagen_fenris
Replied by hagen_fenris on topic space around placemark-url
Had to set:
.placemarkBody p {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
Now it works.
.placemarkBody p {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
Now it works.
Please Log in or Create an account to join the conversation.
Time to create page: 0.247 seconds