Need to know how to place logo image (size of my choosing, preferably) at the top center just like this site. Also would like to be certain that the background area to the left and right of the logo image is not clickable. Same as linked site. I was able to figure out that he is using Style 10 header, and I managed the black menu bar, but that’s it. I suck. Please and thank you!
Hi,
Indeed, there are header styles that display the logo centered
– https://forum.tagdiv.com/header-styles/
Header styles 9,10 and 11 would be like that, these also have no limit for the logo image size used
– https://forum.tagdiv.com/logo-favicon/
Let us know if you have further questions, we will try to help as best we can.
Thanks
Still unable to make the area behind my logo NOT clickable. Only the logo itself should be clickable. Currently the clickable area spans the entire width of the page, while my logo is only 500px wide. Am I making sense? There must be something simple I’m missing, I hope. Here’s the site: site. Please don’t include my site url in a reply, because I’ll be editing it out of this post later. Thanks!
That happens because the image is included in a link, the link occupies the whole space
– https://www.screencast.com/t/cyG4gKAzC2em
I could give you a code to make the link as wide as the actual image
.td-header-style-10 .td-logo-wrap-full a {
width: auto;
}
Enter it in Theme panel->Custom CSS code.