@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.
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
@halloweenmike can you show me a screenshot of what you have now and some draft of what you want?
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)
@halloweenmike can you give me the direct link to that construction page?
@halloweenmike inside Maintenance plugin settings You have a section called Custom CSS. Past this there:
div.center.logotype {
text-align: left;
}