• Resolved advertino

    (@advertino)


    Guys, is there any solution that allows me to make text on a page to its full width?

    You do not find it strange that the pictures, gallery, quotes – you can make the full width of the page, and the text – can not? What is the empty half of the screen on the right for? There can not insert a widget. There can not insert a menu. There you can not insert links to other articles of the site. I can not even change the background color, because in this case it will look like a stub, and not as a design.

    • This topic was modified 5 years, 10 months ago by advertino.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The page you’ve linked is not using the Twenty Nineteen theme

    Thread Starter advertino

    (@advertino)

    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 5 years, 10 months ago by advertino.
    • This reply was modified 5 years, 10 months ago by advertino.
    • This reply was modified 5 years, 10 months ago by advertino.
    • This reply was modified 5 years, 10 months ago by advertino.
    • This reply was modified 5 years, 10 months ago by James Huff. Reason: personal attacks removed
    Moderator James Huff

    (@macmanx)

    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!

    Moderator James Huff

    (@macmanx)

    Thanks, websprout!

    Christian

    (@digitalentrepreneurtools)

    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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Full text width on the Page’ is closed to new replies.