- This topic has 9 replies, 2 voices, and was last updated 3 years, 11 months ago by
Leo.
-
AuthorPosts
-
April 5, 2019 at 7:16 pm #861028
Leif
I have my logo type of picture in a large form at the top of all my pages.
I ideally would like to have my logo just be smaller and on the left of the screen with some text/social shares/email form on the right. Like on this pageHow do accomplish that?
Right now in the site identifier I cant figure out how to add columns πThanks!
GeneratePress 2.2.2GP Premium 1.7.8April 5, 2019 at 8:12 pm #861039Leo
StaffCustomer SupportHi there,
Try the header widget area:
https://docs.generatepress.com/article/header-widget/Let me know if this helps π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 6, 2019 at 10:13 am #861496Leif
So in the article it says it will automatically split the space in two but my parts end up stacking on top of eachother at odd angles and everything looks crazy (I dont know how to show you)
I thought maybe its the code of the thing I was trying to implement so its below.
Also right now my logo image is at the top of the page in the site identifier so would I have to remove the site identifier and put my logo in the header to be able to share the space? I tried removing the identifier and putting it in the header and it was still not formating reasonably.
<table style="width:100%"> <tr> Some text </tr> <tr> <input type="email" name="EMAIL" required="" placeholder="Email Address"> </tr> <tr> <td> <input type="text" style="text-align:center;" name="FNAME" placeholder="First Name" required=""> </td> <td> <input type="submit" value="Subscribe"> </td> </tr> </table>
April 6, 2019 at 11:13 am #861530Leo
StaffCustomer SupportI’m not sure if I understand.
Are you still trying to create the header like this page?
https://www.carolinevencil.com/If so you will want the header alignment to be left:
https://docs.generatepress.com/article/header-layout/Then just add multiple widgets like this:
https://www.screencast.com/t/wrEdXK2bnjyThen they will be stacked by default like this:
https://www.screencast.com/t/r84XPvMpWI4xDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 6, 2019 at 6:06 pm #861687Leif
Tried aligning left.
It looks like this πI assume its supposed to scale itself if thats the issue…maybe I need to do it manually?
April 6, 2019 at 8:28 pm #861727Leo
StaffCustomer SupportIt’s not supposed to scale itself as it has no way of knowing how big you want the logo.
Have you tried reducing the logo width?
https://docs.generatepress.com/article/adding-header-logo/Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 7, 2019 at 4:27 am #861871Leif
Ah ok if I force the logo small then they don’t stack on top of eachother. Nice!
But then it leaves me with two other little issues:
1-I had to use a <table> to get the text formatted the right way but it leaves me with lines around this I cant seem to get rid of (tried border=”0″ and rules = “none”)
2-the input fields are huge for some reason I was trying to make them closer to the size of the text that goes inside (like the box is the height of 3 lines of text)April 7, 2019 at 10:26 am #862194Leo
StaffCustomer SupportAre you inserting those fields with a plugin?
I also don’t see them on your live site.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 7, 2019 at 6:33 pm #862403Leif
Its the form for mailchimp but its just an HTML table
I put it on this unreferenced page below to show it.
I’m trying to get it to be pretty small so that I can put it up by my header image.April 7, 2019 at 7:08 pm #862414Leo
StaffCustomer SupportCan you actually put it in the header widget?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.