I installed the Politics demo with content. The logo and tagline is text based. However when I edit the Tagline, the font becomes very small. What is up with that? And how to fix it?
Hi,
I think that you are referring to this -> http://prntscr.com/q1n9x8 -> http://prntscr.com/q1na7k also you can use the settings from theme panel to edit the logo and tagline text style -> http://prntscr.com/q1najl
Thank you!
Yes. I am referring to TEXT LOGO TAGLINE under the logo yes. Why does the TAGLINE become smaller… when I write something there?
From demo instal, the text was bigger. But when I wrote my own tagline text, it became smaller? I did not alter anything in the edit panel. Everything is default.
If I change something there.. will that not also affect the Mobil version? So then I have to alter that as well.
I just really want it to be exactly like the demo….
Hi,
There should be no difference on “TEXT LOGO TAGLINE”, maybe this is a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If you want to remove the tagline from mobile theme, you can add this custom css -> .td-main-menu-logo .td-tagline-text {
display: none;
}
-> http://prntscr.com/q26yhp the code need to be set in theme panel > mobile theme > custom code> css -> http://prntscr.com/q26yr8
Thank you!
Tried the custom css. It did not work. I am using the AMP plugin for mobile. Is that why perhaps?