Hi,
Ho can I position this
echo do_shortcode (‘[mc4wp-form]’)
between the logo and the menu in the centre? Thanks.
Bump! Please this is important and urgent , the short code is only an input field to signup for Newsletter.
We need this to be centered between the logo on the left and the Menu drop-down on the right, thanks!
Hi,
Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Below, add this code:
echo '<div class="mc4wp-form">'.do_shortcode('[mc4wp-form]').'</div>';
Edit Quick CSS or your custom.css, add this code:
.mc4wp-form {
position: absolute;
left: 300px;
top: 60px;
}
Adjust the left and top position.
Regards,
Ismael