• Resolved python79

    (@python79)


    The content text (called “message” in the form; I don’t have a title) is obviously positioned in the center of the page. However, this is the place where I have my company logo as part of my background image.

    How can I move the text downwards? It seems when entering empty lines in the editor or by adding a line break in the html it gets filtered and is not applied.

    If there is no other option I will change the background image to solve this problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author NiteoThemes

    (@niteo)

    Hello @python79, thanks for contacting us!

    What CMP Theme do you use? – or it would be best, if you could share your website link and I will send you small CSS snippet which you can use on your website via CMP Settings > Custom CSS.

    Thanks Alex

    Thread Starter python79

    (@python79)

    Hi Alex,
    I am using the Countdown Theme, but currently only on a local server, so I cannot provide a link yet.

    Wolfgang

    Plugin Author NiteoThemes

    (@niteo)

    Hi Wolfgang, ok – you can try to insert this custom CSS in CMP Settings > Custom CSS

    .content {
        margin-top: 3em;
    }

    and you can play with that 3em number ..it will move the content area a bit down.

    Alternatively if you have background image without logo – you can insert the image logo in the content as well ??

    Hope that helps, Alex

    Thread Starter python79

    (@python79)

    Alex,
    that’s perfect. Thanks a lot.

    Wolfgang

    Plugin Author NiteoThemes

    (@niteo)

    You are welcome ??

    Alex

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to move content text a bit downwards’ is closed to new replies.