【发布时间】:2021-03-25 01:30:58
【问题描述】:
我正在尝试调整我的博客模板(emporio瓷器主题)以使折叠的标题与我的博客徽标和文本居中。我已经设法获得了徽标和它下面的文字,但我无法修复它以使其居中
.centered-top-container.sticky .widget.Header h1 {display: none;}
.centered-top-container.sticky .header-inner {text-align: center;}
.centered-top-container.sticky .Header .header-image-wrapper {display: block!important;}
.centered-top-container.sticky .Header img{max-height: 50px; width: auto;}
我正在尝试使用 text-align: center on header-inner 但我无法做到。 谁能帮我弄清楚我做错了什么?
[博客链接][2] [2]:https://www.cheiroaestrume.com/
【问题讨论】:
-
你应该把你的 html 放到进一步的帮助中。