Displaying logo, image slider and login form on the same line in the header
-
Hi,
I need to display the logo, the slider and the login form on the same line in the header. However, as you can see, the logo and the slider are the only ones in the same line but for some reason, wordpress automatically adds a <br> or something like that after the slider.
I don’t know how to fix this… That’s what I have done:
I’m using a plugin named “MegaSlider” and I’ve added this to the file header-functions.php of my template:
<?php echo do_shortcode('[metaslider id="372"]'); ?>
Just under the line:</div><!-- #header-left-section -->
In this way, I’ve managed to move the slider next to the logo, but now I just need to do the same with the form and sadly
<?php echo do_shortcode('[metaslider id="372"]'); ?>
seems to be adding a new line.How can I fix this?
Thank you in advance!
The page I need help with: [log in to see the link]
- The topic ‘Displaying logo, image slider and login form on the same line in the header’ is closed to new replies.