Bootstrap 4 Theme Post Layout

I am using Bootstrap 4 Theme in WordPress. I have moderate experience in customizing themes. The text in my Posts is lef

I am using Bootstrap 4 Theme in WordPress. I have moderate experience in customizing themes. The text in my Posts is left aligned within the row (appearing on the edge of the container or the web page itself). I would like the text to appear down the center of the web page. Can I centre-align the text using Custom CSS? Thanks

When I inspect the code relating to the column, it appears as follows:

.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}

I am using Bootstrap 4 Theme in WordPress. I have moderate experience in customizing themes. The text in my Posts is left aligned within the row (appearing on the edge of the container or the web page itself). I would like the text to appear down the center of the web page. Can I centre-align the text using Custom CSS? Thanks

When I inspect the code relating to the column, it appears as follows:

.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
Share Improve this question edited Sep 6, 2019 at 0:38 Jacob Peattie 44.2k10 gold badges50 silver badges64 bronze badges asked Sep 5, 2019 at 19:58 user174686user174686 1
  • Welcome to WPSE. Questions related to generic css and 3rd party themes are considered off-topic on this forum. These kinds of questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Theme questions are better asked about at their developers' support routes. – Antti Koskinen Commented Sep 6, 2019 at 7:23
Add a comment  | 

1 Answer 1

Reset to default -1
<div class="row justify-content-center">
<div class="col-lg-8">
Your content
</div>
</div>

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745180571a4615399.html

相关推荐

  • Bootstrap 4 Theme Post Layout

    I am using Bootstrap 4 Theme in WordPress. I have moderate experience in customizing themes. The text in my Posts is lef

    3小时前
    30

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信