This topic has 9 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
I’m using the newsletter plugin cause it’s free to contact our customers with new products and coupon codes. I’ve done a little research and it seems like most people are having to use their theme css to make it work but i’m trying to get the Email text box and the subscribe button to align on the same line. If anybody could help me with this I’d really appreciate it.
Hello,
I’ve added the following code in Global Custom CSS. Please check.
.newsletter p{
display: inline-block;
}
Regards,
Robert Hall
nope. It’s just staggered now. This is what I see. http://imgur.com/a/okxuD
Fixed with the following code. Please check.
.newsletter p{
display: inline-block;
float:left;
}
Regards,
Robert Hall
You nailed it. Thanks for the help!
1 more thing. Would you know how to shrink the top bar back to a smaller size? It looks like it’s holding the placement for where the subscribe button use to be.
Please check it now.
Regards,
Robert Hall
Looks perfect. Thank you so much! You’re the best! That’s all I needed.
You are welcome! We are glad to help you and thanks for good thoughts!
Would be very appreciate if you leave a rating! You can do this in Downloads area. Login to your account on ThemeForest, go to Downloads area, find Royal theme and you’ll see the stars next to it.
Thank you!
Regards,
Robert Hall
The issue related to '‘Newsletter’' has been successfully resolved, and the topic is now closed for further responses