Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #170024

    Hi guys,

    I have two more questions. For example if I remove the basic menu > home about etc , replace it with icons or social media icons >

    facebook vimeo twitter blog < any advice for this?

    and how do you increase the size of the icons, for example u make 4 columns with 4 social media icons, and you want both the circle and the icons inside it bigger ?

    #170339

    Hello dsgnerfw!

    What type of header are you using right now? You can increase the size of the social icons using this:

    #top .social_bookmarks li a {
    width: 40px;
    line-height: 42px;
    min-height: 40px;
    font-size: 20px;
    }

    Cheers!
    Ismael

    #170346

    Hi Ismael ,

    Sorry I’m going to change my question.

    1.) I want a similar navigation like the kriesi site , the social icons look really neat in the navigation. Is this possible in enfold ? I’m using a small non fixed header. If this is a lot of work then I’d rather skip this.

    2.) My main issue is with the icons I want to place before the footer. I want the icons inside + the circle to be much bigger , I found this code >

    .iconbox_top .iconbox_icon{
    float:none;
    position: absolute;
    left: 50%;
    top:-26px;
    margin:0 0 0 -26px;
    padding:15px; <<< increases the circle size
    border-radius:100px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    box-sizing: content-box;
    font-size: 20px; <<< increases the font inside
    line-height: 24px;
    }

    My main issue here is I can’t center the icons, i mean not all of them. For example facebook centers fine, while vimeo doesn’t

    #171336

    Hi!

    1) Unfortunately the customization to Kriesi’s site are something we don’t have access to. Kriesi mentioned he may do some blog posts in the future with how-to’s on his customization/child theme but for now it would need to be done by a freelance developer.

    2) We would need to see the site live and inspect what you have now to see why some aren’t centering.

    Cheers!
    Devin

    #171359

    Okay , I’ll see to it that I get this on the client’s server, they haven’t purchased the domain yet. Maybe tomorrow, i’ll keep you posted thanks.

    #172733

    Okay, just let us know!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Using Social Icons as Navigation / Increasing the size of the icons’ is closed to new replies.