Hi Guys,
I’ve added the widget code to functions.php, but I’m having a difficult time with the CSS and header height to get the text to stay nicely under the logo on the left side.
I’ve created login info for the site below. You can see in the header area by the logo where the widget text is blending into the logo. I’d like the txt to remain centered under the logo no matter whether it’s on a mobile or pc.
Hello – still haven’t heard anything on the above request…
Hi Mark,
Sorry for the late reply, so you are looking to make the logo smaller and have the text under it?
Best regards,
Rikard
Hi Rikard,
That’s correct.
Mark
Hi Mark,
Thanks for the feedback, please try this in Quick CSS:
strong.logo {
max-height:80%;
}
#header .widget {
left: 12%;
padding-top: 9.7%;
transform: translate(0%);
}
Best regards,
Rikard
Hey Rikard,
I added the CSS and it’s not placing the widget txt under the logo. You can login and see for yourself using the info I provided in the 1st message. Thanks so much for your help in advance.
Mark
Hi Mark,
Please try this instead:
#header .widget {
left: 160px;
transform: translate(0%);
top: 105px;
}
Note that this won’t be responsive unless you add a lot of extra CSS to several media queries, so I think you might be better off just to add the text to the image using Photoshop or something similar. I think that would be the easiest solution to be honest.
Best regards,
Rikard
I’ve added the css but that places it in the slider below…not under the log. I realize I could add it in photoshop, it’s just the text version would be much easier to read.