• Resolved singlecoil

    (@singlecoil)


    Hi there, I´m using your plugin for a coming soon page, it works great and I was able to change the font to my wishes but I´m struggling with two things I can´t solve:

    1. I would like to reduce the space between the bold headline and the beginning of the following text a little

    2. The text seems to use only a small width of the screen, is it possible to enlarge this so I can have much more words in one row than it is now ? My goal is that the text is not overlaying the background image because it´s hard to read then.

    Thank you, great plugin by the way !!!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @singlecoil,

    Thanks for choosing WP Maintenance Mode, we’re glad you like it!

    It’s possible to achieve both of these things by adding custom CSS in the WP Maintenance Mode -> Design -> Other -> Custom CSS field. The code below should do the trick.

    h1{
    	margin-bottom: 10px !important;
    }
    
    .wrap{
    	width: 1200px !important;
    }

    Feel free to change the values as you please.

    Have a nice day!

    Thread Starter singlecoil

    (@singlecoil)

    Lucia, you are the best – thank you so much, it works wonderfully and after tweaking the values a little the waiting page looks so much better now !!!!

    Hi @singlecoil,

    I’m happy to hear the design of the maintenance page looks now as you wanted it to, I’m glad I could help!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing text width’ is closed to new replies.