• Resolved tch13

    (@tch13)


    Kindly assist with how to include the copyright symbol at the footer of the page and also move both the sign up box and social media icons closer to the countdown timer (so it’s visible on both mobiles and desktops without having to scroll down.
    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Ales

    (@alesmal)

    Hello, could you share your website URL so I can suggest a CSS code for you?

    Cheers, Ales

    Thread Starter tch13

    (@tch13)

    Thanks for your reply.

    The URL is https://www.thechildhub.com

    Plugin Author Ales

    (@alesmal)

    OK, the copyright does not support img tags – but that is something I could allow in a next CMP update. Then you can insert something like this into copyright input:

    <img src="https://www.thechildhub.com/wp-content/uploads/2019/08/2-linkedin-cover-image.png" class="graphic-logo" alt="logo">

    To move the content closer to counter – I noticed there are empty paragraphs tags in the content, so Please remove them in the content editor. That should help.

    Ales

    Thread Starter tch13

    (@tch13)

    Thanks a million Ales.

    Everything worked except for one thing.

    I need to move the social media icons up a bit so it shows on mobiles if possible.

    Thanks

    Plugin Author Ales

    (@alesmal)

    It is pushed down automatically based on the content you have. I can see, there is still one empty paragraph ??

    Alternatively you can add custom CSS into CMP settings

    .content {
        margin-bottom: 0;
    }

    Ales

    Thread Starter tch13

    (@tch13)

    Ah… I see.

    I’ve just used the custom CSS you sent. It’s still just slightly below. Any suggestions please?

    Plugin Author Ales

    (@alesmal)

    I can’t see that CSS on your website, please use it in CMP Settings > Custom CSS editor..

    if you did, maybe clear cache from your wordpress, hosting or CDN if using.

    Plugin Author Ales

    (@alesmal)

    btw since you do not use any content, add this CSS to remove the gap completely:

    .content {
        display: none;
    }

    Cheers, Ales

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Adding Copyright Symbol to footer & move social media icons and sign up box up.’ is closed to new replies.