我正在处理这个页面:
http://g33ktalk.com/etsy-a-deep-dive-into-monitoring-with-skyline/
你会看到底部,要订阅的图像没有填充并触及 div。
我试图做这样的事情:
#gform_submit_button_8
{
padding-left: 15px;
}
但这没有任何效果。我也尝试在类中添加填充,gform_footer
但它也没有效果。有谁知道如何在该图像的左侧添加填充?
编辑:
这是该图像所在的较大 HTML
<div class='gf_browser_chrome gform_wrapper' id='gform_wrapper_8' >
<form method='post' enctype='multipart/form-data' id='gform_8' action='/etsy-a-deep-dive-into-monitoring-with-skyline/'>
<div class='gform_heading'>
<h3 class='gform_title'>Subscribe to our YouTube Channel</h3>
<span class='gform_description'>Want to get more tech talks? Subscribe to our YouTube channels and get notified when new talks are posted.</span>
</div>
<div class='gform_body'>
<ul id='gform_fields_8' class='gform_fields top_label description_below'>
</ul>
</div>
<div class='gform_footer top_label'>
<input type='image' src='http://g33ktalk.com/wp-content/uploads/2012/10/subscribe.gif' id='gform_submit_button_8' class='gform_image_button' alt='Submit' tabindex='1' />
...
谢谢!