Replies: 3 comments 1 reply
-
|
This is the generated source code: <a class="gallery-item" href="/hexo-theme-icarus/gallery/screenshots/addthis-select-tool.png">
<img src="/hexo-theme-icarus/gallery/screenshots/addthis-select-tool.png" class="box px-0 py-0 ml-auto mr-auto" width="360" title="Select Tool - AddThis" alt="Select Tool - AddThis">
<p class="has-text-centered is-size-6 caption">Select Tool - AddThis</p>
</a>
<br>It seems that we can adjust the space using CSS for the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This CSS code should work: /* ---------------------------------
* Gallery Plugin
* --------------------------------- */
.gallery-item
.caption
color: $grey
padding:0px 0px 35px 0px; |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@ppoffice What are the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there anyway to adjust the space between figure caption and the text?
For example, on this page:

We used
<br>in the code but the space is just too large. But if we remove the<br>the space will be too small.Beta Was this translation helpful? Give feedback.
All reactions