WordPressについて。弊ホームページ(http://tsurumaki-office.com/)のタイトルの位置を中央に変えたいのですが、どうしたら良いのでしょう。(ネットで調べ、当てずっぽうで、ダッシュボードの「外観」>「テーマ編集」>「Style.css」の中に、#header .top_title {text-align: center;}を入れてみましたが、まったく反応しません)。

回答の条件
  • 1人1回まで
  • 登録:
  • 終了:2014/09/27 14:55:56
※ 有料アンケート・ポイント付き質問機能は2023年2月28日に終了しました。

ベストアンサー

id:a-kuma3 No.1

回答回数4974ベストアンサー獲得回数2154

ポイント200pt

style.css に、以下の記述を追加してください。

#site-title {
    width: 100%;
    text-align: center;
}

こんな感じになるはずです。

f:id:a-kuma3:20140926235834p:image

他2件のコメントを見る
id:a-kuma3

確認しました。
修正した style.css は、以下のものだと思いますが、スタイルを書き込む位置が間違っています。
http://tsurumaki-office.com/wp/wp-content/themes/biz-vektor/style.css

@charset "utf-8";
/*
Theme Name: BizVektor
Theme URI: http://bizvektor.com
Description: BizVektor theme will allow you to build a high-quality web site.It is possible to change the color, to switch to a completely different design. In addition, it is possible to increase the design by the plug-in.
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
Version: Version: 0.11.0.5
Tags: white, red, blue, black, green, orange, purple, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style,theme-options
Text Domain: biz-vektor
License: GNU General Public License
License URI: license.txt

BizVektor Global Edition WordPress theme, Copyright (C) 2013 Vektor,Inc.
BizVektor Global Edition WordPress theme is licensed under the GPL.

	★ コメントの中に、スタイルを書いてしまっています!
#site-title {
width: 100%;
text-align: center;
}

 */

/* ★ コメントの外に、スタイルを書いてください */
#site-title {
    width: 100%;
    text-align: center;
}

id:fut573 さんが書かれている neat.css に記載しても、追加したスタイルは効きます。

2014/09/27 13:32:07
id:torimaki

あっ、できました。コメントの中に書いていたんですね。ありがとうございまーす!

2014/09/27 14:55:43

コメントはまだありません

この質問への反応(ブックマークコメント)

「あの人に答えてほしい」「この質問はあの人が答えられそう」というときに、回答リクエストを送ってみてましょう。

これ以上回答リクエストを送信することはできません。制限について

回答リクエストを送信したユーザーはいません