Viewing 8 replies - 1 through 8 (of 8 total)
  • Manuel Rocha

    (@manuelrocha88)

    @halloweenmike the logo is placed inside a div which is placed inside a header html element.

    You can use the custom css field inside the plugin to do it applying it to the following selectors:

    header {}

    .logo-box{}

    div.logo-box{}

    header > div.logo-box{}

    header > div.logo-box{} > img

    Choose which one you prefer and apply accordingly.

    Thread Starter HalloweenMike

    (@halloweenmike)

    Hi,

    Thank you for your response. I am not a CSS or WP programmer. I know just enough to make things work (a bit). Would you spell it out for me a little further please?

    Do you have any example code I can try and reverse engineer here?

    Thank you,
    Mike

    Manuel Rocha

    (@manuelrocha88)

    @halloweenmike can you show me a screenshot of what you have now and some draft of what you want?

    Thread Starter HalloweenMike

    (@halloweenmike)

    I couldn’t figure out a way to add any images here, and I don’t have a direct email address to you. So let’s see if this works.

    Before (current)

    After (what I want to do)

    Manuel Rocha

    (@manuelrocha88)

    @halloweenmike can you give me the direct link to that construction page?

    Thread Starter HalloweenMike

    (@halloweenmike)

    pulpgamer.com

    Manuel Rocha

    (@manuelrocha88)

    @halloweenmike inside Maintenance plugin settings You have a section called Custom CSS. Past this there:

    div.center.logotype {
        text-align: left;
    }
    Thread Starter HalloweenMike

    (@halloweenmike)

    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Logo Placement’ is closed to new replies.