Replies: 2 comments
-
Because sub-title is a span tag. You have to add display:block;
It will work |
Beta Was this translation helpful? Give feedback.
0 replies
-
It work. Many thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to center the banner subtitle? I added the CSS custom code but it doesn't work.
.astroid-banner .astroid-banner-inner .astroid-banner-subtitle {
font-size: 20px;
text-align: center;
}
Banner title work ok.
.astroid-banner .astroid-banner-inner .astroid-banner-title {
font-size: 40px;
text-align: center;
}
Live page is https://artmagazin.lwdesign.rs/index.php/pretraga
Beta Was this translation helpful? Give feedback.
All reactions