Please see the screenshot below of my one page website i am trying to create.

请参阅我试图创建的单页网站下面的屏幕截图。

Issue - Width of body (shown as selected in picture below)

问题 - 正文宽度(如下图所示)

I want to increase the width of whole website so that the two titles ("Hobbies and Interests" and "Contact Me") can be accommodated in the 2nd line along with the 2 titles(Recognition's and Appreciations and Extramural Engagements and Accolades)

我想增加整个网站的宽度,以便两个标题(“爱好和兴趣”和“联系我”)可以在第二行连同2个标题(识别和鉴赏以及校外参与和荣誉)

please refer below image for how i want it to look.

请参考下图,了解我希望它的外观。

I got this by making changes using F12.

我通过使用F12进行更改来实现此目的。

However, when i try to change the same thing in skel-noscript.css as below, it doesn't work.

但是,当我尝试在skel-noscript.css中更改相同的内容时,如下所示,它不起作用。

/* Container */

/* 容器 */

body {
    width: 1400px;
}

.container {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;

Any help on this is greatly appreciated. Thank you!

非常感谢任何帮助。谢谢!

1 个解决方案

#1


0

It will be usefull if you will also post here your HTML code

如果您还要在此处发布您的HTML代码,这将非常有用

Anyway have you already try this:

无论如何你已经尝试过这个:

.container {
    width: 1400px;
    margin:0 auto;
 }

更多相关文章

  1. JS计算任意字符串宽度
  2. 为什么我收到此错误:“未捕获的TypeError:无法读取未定义的属性'标
  3. IE:令人难以置信的跳跃表标题
  4. 基本sql:输出用双引号括起来的标题
  5. android在onCreate()方法中获取View的宽度与高度的方法实战
  6. android 取得屏幕宽度
  7. 如何通过MigLayout手动计算宽度
  8. 如何在android地图中使用TextWatcher显示带标题的搜索标记并隐藏
  9. 如何设置webview的初始缩放/宽度

随机推荐

  1. Android跨进程通信
  2. Delphi XE5 for android 调用Java类库必
  3. Android如何实现ListView的Item松开渐变
  4. android java.lang.SecurityException: P
  5. Android客户端与J2EE服务器的互联
  6. Android关于常用正则号码类Util
  7. 我们把 iOS 的 Cocoa Touch 移植到了 And
  8. 基于Android的SIP电话-----Speex 回音消
  9. Android接入微信支付完全解析,太全了~
  10. Android 计算器源码