I am totally new to web design anything and I am having a hard time centering my logo on my mobile site. If someone could please help me that would be awesome!
The website address is: perfectpursuitblog.com
Thanks for any help you can provide!
]]>Maybe you can just make some CSS related changes and your logo will start appearing in the center.
Please check the GIF image below, might be it can help you.
Thanks.
]]>Upon checking your website in my phone. I can see that there is no problem, the
logo is fine.
Thanks so much!
]]>@media only screen and (max-width: 767px)
#site-header.medium-header .top-header-inner {
/* display: block; */
}
Thanks.
]]>