Manny
Forum Replies Created
-
Thanks,
However, that’s not the correct css.
Please as much as I appreciate the help, please know what you are giving out here because that is just a code that nukes the entire content on your posts. If I didn’t know a little about this I will add it and will hide all my content.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Menu Items wrapping into multiple line on mobileThe below seems to work better.
/* Child mobile menu items */
.mobile-menu .sub-menu a {
-webkit-text-size-adjust: 75%;
}
I have noticed that with this theme that adding “-webkit-text-size-adjust;” gets the job done sometimes when other CSS fails.Forum: Themes and Templates
In reply to: [Twenty Twenty] Menu Items wrapping into multiple line on mobile@mrfoxtalbot
Thanks for replying but the issues is not really the length it that the theme is not that responsive.The CSS doesn’t work, it only looks like it works when you resize your screen manually but when you are on an actually phone or use google chrome mobile.
See attached:
<br />virtual coin<br />@plantprogrammer priority is 10 and allowed to run on front-end. I tried doing run everywhere and still nothing.
@luciamarinescu
Thanks for replying. I’m using the exact code from your GitHub. The problem is that when I add it to the Code Snippets by Code Snippets Pro plugin it won’t work but when I add it to the function.php it does.Any idea why this is happening?
- This reply was modified 3 years, 4 months ago by Manny.
@mrfoxtalbot
It is not responsive because it is not inheriting the color from desktop.
On desktop it should be red but on my mobile it is light orange.It is doing it for both the site title name at header and body hyperlinks.
I changed the site title name color on the block editor.
While I used a css to chnage the body hyperlinks color.
@mrfoxtalbot
the link is:
onlinebusinessconsultants.net
This is issue on the homepage.@mrfoxtalbot
I ended up playing around with different CSS and the below fixed it.
p, body {
word-wrap:break-word !important;
}
