badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Centralize footer

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #4230
    Sanjip Shah
    Participant

    @Jo Please provide a link to your site.

    #4244
    Jo
    Participant

    Me 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.

    #4268
    Sanjip Shah
    Participant

    @Jo Try this css.

    #site-generator .copyright {
        width: 100%;
    }
    #4404
    Jo
    Participant

    Thanks 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!

    #4454
    Sanjip 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;
    }
    #4466
    Jo
    Participant

    Hi 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?

    #4514
    Sanjip 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.

    #4540
    Jo
    Participant

    No worries Sanjip. I found the solution to the problem 😉
    Thanks!

    #4564
    Sanjip Shah
    Participant

    @Jo Okay. Great!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.