Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #292270
    LucilleM
    Participant

    Good day,

    I would like my logo and header image the same width as the menu bar or at least centre the logo.

    http://theofficecafe.co.za

    Kindly advice how to achieve this.

    I also see that the Site Map in the footer is a bit narrow – can it be spread out instead of stacking like it currently is?

    Thank you in advance.

    #292271
    LucilleM
    Participant

    I also want to find out if there is a google maps widget? I can’t seem to find one.

    #292287
    tikaram
    Keymaster

    @lucillem : I will get back to you soon.

    Regards,
    Tikaram

    #292352
    LucilleM
    Participant

    Thank you, I look forward to your reply.

    #292523
    tikaram
    Keymaster

    @lucillem : Please try adding the following additional css

    #site-logo {
        float: unset !important;
        text-align: center;
        display: block !important;
    }
    
    .widget_pages ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .widget_pages ul li {
        width:50%;
    }

    Regarding Google maps widget you can easily embed the code in a text widget. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo & Header Alignment & Size’ is closed to new replies.