• Resolved zamyboi

    (@zamyboi)


    Hi,
    The p text inside class m1-txt1 is getting wrapped and leaving a lot of white space on the right side of my written content.

    How do I make the text in class m1-txt1 and m1-txt2 overflow in the same line without leaving any white space?

    Thanks.

    • This topic was modified 5 years, 8 months ago by zamyboi.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @zamyboi,

    To make the paragraph larger please add this code in Appearance > Customize > Additional CSS:

    @media screen and (min-width: 1200px) { .respon1 form .wrap-input100, .respon1 form .w-full {
    
        width: 50%;
    
    }
    .respon1 {
    
        max-width: 60%;
    
    } }

    All the best,
    Mihaela

    Thread Starter zamyboi

    (@zamyboi)

    Hi,
    Thanks for replying.

    I have followed your instructions however it didn’t work. I don’t see any change.

    Regards

    Just double checked the page but I cannot see that code.
    Can you please send me a screenshot from Additional CSS so I can take a look?

    Thank you,
    Mihaela

    Thread Starter zamyboi

    (@zamyboi)

    Hi Mihaela!

    Here is the screenshot:
    Screenshot-Additional CSS

    • This reply was modified 5 years, 8 months ago by zamyboi.

    Hello @zamyboi,

    Please go to this file: colorlib-coming-soon-maintenence/templates/template_01/css/main.css
    And at the very end add the codes I sent and save the file.
    This should do it!

    All the best,
    Mihaela

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing extra space in paragraphs’ is closed to new replies.