How to make sidebar float right and site content left

am trying to develop my own wordpress custom,am having problems trying to add a sidebar float left e.g something like Tw

am trying to develop my own wordpress custom,am having problems trying to add a sidebar float left e.g something like Twenty Sixteen theme. please help am still learning. Thank you.

am trying to develop my own wordpress custom,am having problems trying to add a sidebar float left e.g something like Twenty Sixteen theme. please help am still learning. Thank you.

Share Improve this question asked Feb 22, 2020 at 17:58 Mulusa ProMulusa Pro 75 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You would do something like this with your CSS. Setting a fixed height and whatnot is only for example purposes:

#content {
  background: brown;
  width: 75%;
  height: 500px;
  float: left;
}

#sidebar {
  background: gray;
  width: 25%;
  height: 500px;
  float: left;
}
<div id="content"></div>
<div id="sidebar"></div>

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

相关推荐

  • How to make sidebar float right and site content left

    am trying to develop my own wordpress custom,am having problems trying to add a sidebar float left e.g something like Tw

    1天前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

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

关注微信