Look of captions have changed
-
Suddenly my captions are not centered anymore.
Is this a problem only I experience?
Somebody knows how to fix it?The blog I need help with is: (visible only to logged in users)
-
Hi,
It seems to be some CSS applied. Are you able to see your css from Design >> Customize >> CSS? If yes, then I will provide code to center your website title which you can paste there.
Thanks!
-
You can apply below css :
.site-branding {
align-content: center;
clip: rect(0,auto,auto,0);
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
left: 0;
padding: 0px;
position: relative;
top: 0;
z-index: 1;
}and it will maker your site title in center.
Please let me know if this works for you.
- The topic ‘Look of captions have changed’ is closed to new replies.