• Resolved weehorse

    (@weehorse)


    Hi there. I’m using the plugin for a coming soon page. The background image has the company logo included near the top. The issue I have is that the plugin’s text is centered and sits on top of the logo. Is there any way that I can move the text down, to start lower on the page?

    The text also seems to be constrained in a very narrow way, there are no breaks in the html, but it seems to take a new line break after less that 10 words. Can this be set to go a little wider, or at least make the font a little smaller?

    Below is a screenshot of the page as I have had to deactivate it until I resolve these issues.

    https://www.dropbox.com/s/n9dz9ncc35e78l9/Maintenance-mode-text-position.jpg?dl=0

    Thank you

Viewing 1 replies (of 1 total)
  • Mat

    (@mateithemeisle)

    Hello @weehorse ,

    Thank you for using our plugin and please accept our apologies for the delayed reply!

    You can lower the text from the plugin settings by either pressing “Enter” until you lower the text, (screenshot) or you can simply switch to the text editor and add the modifications in HTML format to have even more control.

    Here are the HTML settings in the plugin and here is the final result.

    If you want to make the font smaller you can add a CSS instruction in the CSS section that does that for you.
    An example would be:
    `p {
    font-size: 12px;
    }

    Thank you and please let us know if you have further questions!

Viewing 1 replies (of 1 total)
  • The topic ‘Change text position and size’ is closed to new replies.