ページ上のテキスト/画像とうまく整列させるために、少し右に移動しようとしている自分のページに行動喚起ボタンがあります。私が試したことはすべて、他の要素の背後に移動するか、まったく何もしません。ヒント/トリック/解決策は素晴らしいでしょう。CSS は以下に記載されています。ありがとう。
.cta-button {
margin: 10px auto;
clear: both;
float: none !important;
padding-left:30px;
height: auto !important;
}
.cta-on-phone-alignment { text-align: center !important; clear: both !important; height: 70px; 0 0 0; vertical-align: baseline !important; }
img.hero {
clear: inherit !important;
margin: 0 auto !important;
text-align: center !important;
float: none !important;
}
ボタンが配置されている HTML。さらに必要な場合は、お知らせください。私は Web デザインの初心者なので、これについてはまだ混乱しています。
<div class="row cta-on-phone-alignment">
<!-- Button links to bottom of page -->
<a href="#bottom" class="cta-button" style="text-align:center !important;">Contact Us</a> <!-- Call To Action Button -->
</div>