• Resolved axxessia

    (@axxessia)


    Hi Guys

    As you know I’m a complete coding novice, which is why I love your plugin. With your help, I’ve been able to put up a beautiful landing page, with little knowledge and fairly seamlessly.

    Thanks for the WhatsApp and Phone icon inclusion, and delivering it within the week as promised. Only challenge is, I don’t know how to put space between the icons, which are now kind of ‘sitting’ too close to one another.

    So, I need your help! again. Please let me know how to space them out.
    Thanks loads ??

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

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter axxessia

    (@axxessia)

    Strike that, wrong link (see I told you I’m green)! Here’s the right link – I hope

    https://chayssons.com/?cmp_preview=true

    Plugin Author NiteoThemes

    (@niteo)

    Hello @axxessia, haha sure..

    Thanks for your nice review, appreciated!

    here is a CSS code for larger spacing around icons:

    .social-list a {
        padding: 0 1em;
    }

    you can fiddle that 1em value to your liking, like 0.8em or so.

    Cheers, Alex!

    Thread Starter axxessia

    (@axxessia)

    No problem Alex, credit where credit is due.

    I’ve added the code, which has put space between. But now the icons are small again and adjusting the font size in the existing CSS hasn’t made a difference. Please advise.

    Thanks

    Plugin Author NiteoThemes

    (@niteo)

    Yeah, it seems there is messed up formatting of CSS code which you have inserted in Custom CSS.

    Please make sure there is always only one closing bracket for each CSS code, currently you have wrong

    .social-list i {
        font-size: 5em;
    } } 

    which is wrong as there are two closing brackets, correct is:

    .social-list i {
        font-size: 5em;
    } 

    Hope that helps!

    Thread Starter axxessia

    (@axxessia)

    Thanks Alex. I removed all instances of double brackets, but still the icons are small. If you can see all the code, is there something that is overriding the icon font size specifications?

    Thanks Alex

    Plugin Author NiteoThemes

    (@niteo)

    Aww, you have there one more bug ^^

    this is the corrected code:

    img {
        max-width: 100%;
        height: auto;
    }
    
    .social-list {
        height: 5em;
    }
    
    .section-body {
        min-height: calc(100vh - 18em);
    }
    
    @media only screen and (max-width: 560px) {
    .section-body { min-height: initial; padding: 0 1em;} 
    }
    
    .graphic-logo {
        max-width: 250px;
    }
    
    .social-list {
        height: 10em;
    }
    
    .social-list a {
        height: 5em;
    } 
    
    .social-list a {
        padding: 0 1em;
    }
    
    .social-list i {
        font-size: 3em;
    }  
    Thread Starter axxessia

    (@axxessia)

    Thank you, worked beautifully

    Thread Starter axxessia

    (@axxessia)

    While we’re on icons, I did want to find out if it would be possible to add floating icons from another plugin, a CRM one to the page. It also has a pop-up?

    Plugin Author NiteoThemes

    (@niteo)

    No, we do not and cannot support another plugin`s content as it usually messes with our own styling and coding.

    Sorry.

    A.

    • This reply was modified 6 years, 9 months ago by NiteoThemes.
    Thread Starter axxessia

    (@axxessia)

    Understandable really!

    I understand that pages are made up of columns. So, if I insert three icon images with links in the ‘Message’ area of the ‘Global Content’ tab and want them to be stacked in a column on the right hand side of the page, is that possible?

    Thanks for your guidance

    Plugin Author NiteoThemes

    (@niteo)

    It would need more coding, we wants CMP pages to be simple for quick maintenance and they are not ready for columns content right now. And as we do not allow 3rd party plugins to mess up with the content it is not really possible right now, sorry!

    Thread Starter axxessia

    (@axxessia)

    Wo! Wo! “3rd party plugins to mess up with the content”?

    Guys, you’ve misunderstood. I’d already understood your explanation about third party plugins from our thread here. I even said “that’s understandable”. So I wasn’t suggesting adding icons from a third party plugin – just my own icon images.

    i’m all for simple and functional as you can see from what I’ve added for my CMP page.

    Plugin Author NiteoThemes

    (@niteo)

    What I am trying to say is that unfortunately it is not possible with current version of CMP to display multi-columns content without further coding and styling.
    A.

    Thread Starter axxessia

    (@axxessia)

    Yep! I got that too.
    A.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Putting Space between large Social Icons’ is closed to new replies.