Help adjusting Width of Annotation Type- Info Box Blue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 06:44 AM - edited 11-04-2022 06:45 AM
Greetings,
How do you decrease the width of the Annotation Info Box Blue by chance? Its to long and I want to condense the box to make more uniform.
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 07:37 AM
Just play around with the CSS. You can try this
text-align:center;width:25%;margin-left: auto;margin-right: auto;
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023 10:23 AM
You can add a style directly to the annotion-row class. Make sure to choose HTML for the annotation type and use the sample block here:
<style>
.annotation-row {
margin:155px;
margin-top: 00px;
margin-bottom: 00px;
}
</style>
<ul>
<li>Item 1 that you need to know</li>
<li>Item 2 that you need to know</li>
</ul>
Result