Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The page you’ve linked is not using the Twenty Nineteen theme
Of course, I have already changed the theme. In the nearby topic, Oleg has exactly the same problem. The strange thing is that you do not understand this and I should create a similar topic for the same problem. Ridiculous. To the question that Oleg asked, and which has the same problem as mine, no one has been able to answer for almost a week. Do I have to wait another week, two, three, six months or a year? I made a more rational decision – not to use this theme. I cannot wait so long time. I use it not just for fun. I use it for work. And this is should completely work after 1 week.
Hug your designers and say hello to them. They are great. But it’s still too early for designers to work.
https://ibb.co/jGsmRhs
– Guys … I have a problem!
– Do not write in this topic, start your own.
– But I have a similar problem.
– Does not matter.
– Ok. I will do it.
4 hours have passed.
– Guys! Anybody here?
Silence.
– OK. I changed the design.
– Your design is a completely different theme. Why do you ask your questions here?
lol
Good bye.
-
This reply was modified 7 years, 6 months ago by
advertino.
-
This reply was modified 7 years, 6 months ago by
advertino.
-
This reply was modified 7 years, 6 months ago by
advertino.
-
This reply was modified 7 years, 6 months ago by
advertino.
-
This reply was modified 7 years, 6 months ago by
James Huff. Reason: personal attacks removed
Hi there, I have removed the personal attacks from your reply, they are not welcome here.
Just to be clear, everyone involved here is volunteering their time, that includes the folks who made this theme, the folks offering support, and even the folks developing WordPress.
I’m sorry we weren’t able to get to your question in a manner that you expected, but we are doing our best on our free time.
In case someone looking for a solution to this. I have used the following codes and it worked for me:
/* to make page content go full width */
body.page .entry .entry-content > *, .entry .entry-summary > * {
max-width: none;
}
Paste the above codes in the customizer >> additional css.
A sample can be viewed here – https://www.nature-health.com/
Hope this helps someone out there!
Thanks for the CSS code websprout much appreciated.
Hello,
I set up in CSS child theme Twenty nineteen theme these codes:
body.page .entry .entry-content > *, .entry .entry-summary > * {
max-width: none;
}
body.single-post .entry .entry-content > * {
max-width: none;
}
the page looks like full width, but the text content is not full width. The text is only a little full width.
How can I set up the text content (paragraph) will be full with – I need to set up how far the text content will be from right and left border of site. And moreover it have to be alright show on mobile phones (there have to be some small space between left and right side of website)
Thank you very much for your help