Hi,
building a one page aligned center site. Hvow can I align the button of contact form center?
Hey webpress!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
fieldset > p:last-child input.button {
display: block;
margin: auto;
}
Regards,
Yigit
Hi!
Please try
.avia_ajax_form .button { display: block; margin: auto; }
Best regards,
Yigit
No good…
.main_color .grid-content { background-color: transparent; }
.main_color.inner-entry, .grid-entry .main_color .avia-arrow, .main_color .grid-entry-title {
background-color: transparent;
box-shadow: none;
}
#magasin .grid-entry-title { color: #eeeeee !important; }
}
.avia_ajax_form .button { display: block; margin: auto; }
Hi!
It seems like code is not being applied. Please try deactivating all active plugins and check if that helps. Also, if that is all the code you have in Quick CSS field, please remove closing curly bracket after following line
#magasin .grid-entry-title { color: #eeeeee !important; }
Best regards,
Yigit
Great! That did the trick!
Awesome support!!