このサイトは1ヶ月 (30日) 以上ログインされていません。 サイト管理者の方はこちらからログインすると、この広告を消すことができます。

スキのコメント返信

>呉部渚さん(名前変換フォームに関して)2019050514:33

ご質問ありがとうございます!

お客様が現在本棚に設定されているテーマを前提に、
今回例としてあげて頂いたサイトのフォームに現機能としてできる限り寄せられるところまで寄せたCSSを作成させて頂きました。

<style>
.toggle_child {
display: inline;
}

.dream_settings {
background: transparent;
}

.accordion-section-title {
display: none;
}

h3.toggle {
display: none;
}

h5 {
display: none;
}

.dream_settings form input[type="text"] {
width: 40%;
margin-left: 5px;
margin-bottom: 0px;
font-size: 9px;
}

.center {
text-align: left;
}

.dream_settings .btn {
font-size: 0px;
}

.dream_settings .btn2 i, .btn i {
font-size: 14px;
}

.dream_settings .btn_small {
min-width: 40px;
height: 35px;
margin-top: 10px;
font-size: 0px;
padding-top: 3px;
}


.dream_settings:before {
content: "NAME CHANGE";
font-size: 135%;
font-weight: bold;
margin-left: 20px;
}

.accordion-section-content {
padding-top: 0px;
}
</style>

このようなCSSにて調整可能な範囲につきましては、実現可能になります。

また何かございましたら、お気軽にご質問くださいませ!

2019/05/04 22:52