- This topic has 9 replies, 2 voices, and was last updated 10 years, 1 month ago by
Sanjip Shah.
-
AuthorPosts
-
September 26, 2013 at 1:55 pm #4215
Jo
ParticipantHi,
Could you please advise on how to align the footer to the center of the page? Managed with the logo and menu but can’t seem to figure the right css for the footer.
Very much appreciated. Thanks so much to this incredible theme!
September 27, 2013 at 7:01 am #4230Sanjip Shah
Participant@Jo Please provide a link to your site.
September 27, 2013 at 8:03 pm #4244Jo
ParticipantMe again! Page is http://www.yosenabe-pg.com/wordpress.
I kinda managed to centralize the logo and footer because they shifted a little to the right when I put in align: center in the custom css. But they still seemed rather odd as they are not really centre? If you get what I mean.
Hope to hear from you soon!
Thanks once again.
September 30, 2013 at 7:21 am #4268Sanjip Shah
Participant@Jo Try this css.
#site-generator .copyright { width: 100%; }
October 4, 2013 at 9:00 am #4404Jo
ParticipantThanks so much Sanjib! Works brilliantly.
But one issue emerged: I realised that the logo and the menu are not 100% dead centre of the page as the footer 🙁
And can’t find the right css the edit this.
Help please!October 7, 2013 at 8:38 am #4454Sanjip Shah
Participant@Jo You can try the following css. You can change the px value according to your liking.
.hgroup-wrap img { margin-left: 144px; }
October 7, 2013 at 10:08 am #4466Jo
ParticipantHi Sanjip,
Thanks. But while it works on my laptop screen it failed to centrelise on my iphone screen 🙁
Anyway of tweaking the logo to also centralise on my iphone screen?October 9, 2013 at 12:14 pm #4514Sanjip Shah
Participant@Jo For different screen devices you will have to write corresponding media queries and respective css. You will have to hire a developer on this one.
October 10, 2013 at 10:31 am #4540Jo
ParticipantNo worries Sanjip. I found the solution to the problem 😉
Thanks!October 11, 2013 at 4:03 pm #4564Sanjip Shah
Participant@Jo Okay. Great!
-
AuthorPosts
- You must be logged in to reply to this topic.