人力検索はてな
モバイル版を表示しています。PC版はこちら
i-mobile

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

●質問者: torimaki
●カテゴリ:インターネット ウェブ制作
○ 状態 :終了
└ 回答数 : 1/1件

▽最新の回答へ

1 ● a-kuma3
●200ポイント ベストアンサー

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

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

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

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


torimakiさんのコメント
a-kuma3さん おはようございます。ご回答、ありがとうございます。 ご紹介いただいたタグを貼ってみましたが、 (当方、シロウト&オッチョコチョイゆえ)うまく、ゆきません。 処置した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; } */

fut573さんのコメント
恐らくBizVektorの書籍購入得点スキンだと思われるので CSSの位置は wp-content → themes →biz-vektor → design_skins → neat → neat.cssですかね?

a-kuma3さんのコメント
確認しました。 修正した style.css は、以下のものだと思いますが、スタイルを書き込む位置が間違っています。 http://tsurumaki-office.com/wp/wp-content/themes/biz-vektor/style.css >|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 に記載しても、追加したスタイルは効きます。

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

●質問をもっと探す●



0.人力検索はてなトップ
8.このページを友達に紹介
9.このページの先頭へ
対応機種一覧
お問い合わせ
ヘルプ/お知らせ
ログイン
無料ユーザー登録
はてなトップ