help getting form to fit the page!!!
-
I couldnt get this to work on a page like this
https://easttexasbusinesssolutions.com/faq/so i made a new page template and i still cant get the form to fit the page with it all out of wack
https://easttexasbusinesssolutions.com/merchant-signup/i have the bootstrap option clicked and also have tried it not clicked.
this is how i am calling it in the page template
<?php
/*Template Name:merchant-signup*/
get_header();
?>
<div class=”.my-merchant-signup”>
<?php echo do_shortcode(‘[psfb id=”3157″ title=”Merchant Signup”]’);?>
</div>
</div>
<?php get_footer();?>then in my css stylesheet file for the class .my-merchant-signup i have
.my-merchant-signup{
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align: left;
width: 100%;
}someone PLEASE help me fix this issue.
- The topic ‘help getting form to fit the page!!!’ is closed to new replies.