Tagged: , , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #195115
    #195525

    Hi Guillaume,

    Can you post a link to your website please?

    Regards,
    Josue

    #195529

    Hi,

    You can visit my website at : http://www.handball-formation.fr
    I precise it’s in french :)

    Thank’s,
    Guillaume

    #195538

    Hi!

    1. Add this code to the Quick CSS:

    .logo {
        position: static !important;
        float: none !important;
    }
    .main_menu {
        top: 76px;
    }
    .header-scrolled .main_menu {
        top: 38px;
    }
    .main_menu a {
        height: 40px !important;
        line-height: 40px !important;
    }
    .header-scrolled .main_menu a {
        height: 20px !important;
        line-height: 20px !important;
    }

    2. Yes, you can add custom pictograms, but you’ll need to make them fonts first, you can use Fontello for that, for a guide, see: http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader

    3. Can you post a link to the Blog template? if you are referring to the part where it says “ACTUALITÉS”, this code will work:

    .attachment-square.wp-post-image {
        width: 50px;
    }
    .slide-content {
        float: left;
        width: 135px;
        margin-left: 10px;
    }
    .slide-image {
        float: left;
    }

    Cheers!
    Josue

    #195788

    Hi Josue,

    Thank’s for your help. It’s quite perfect !
    Concerning the blog template I’m sorry but I forgot to tell you that my question was about this page :
    http://handball-formation.fr/actualites/
    And not for the blog part dispalyed on the homepage. Sorry for this misunderstanding. My fault !
    However, you perfectly understood what I want with a regular thumbail on the left and the exceprt on the right :)

    Thank’s again. Kriesi support rocks !

    Guillaume

    #195864

    In addition, I have an issue with the logo size since I updated the theme. I updated from the 1.9 to the 2.4.2 version in order to add some custom font pics.
    After that, I put back all the custom CSS but the logo seems to be very small… I think it’s a kind of incompatibility with the udpate.
    Also, there’s a little issue with dropdown menu wich is to small now…

    Sorry for my requests :)

    Regards,

    #195984

    Hey!

    I didn’t note the logo issue, here’s how i see it:

    Regarding the blog page, add this:

    .blog-meta {
        position: absolute;
        z-index: 100;
    }
    .big-preview.multi-big {
        float: left;
        margin-right: 20px;
        max-width: 360px;
    }

    Cheers,
    Josue

    #196598

    Hi,

    Thank’s again for your precious help !
    All is fixed except the logo issue. In fact, this is how i see it :

    logo

    As you can see on the firebug plugin, the logo seems to be resized automatically inside the block at the left of the main menu. I’d like it fills all the website width…

    Regards,

    Guillaume

    #196760

    Hey!

    Please add following code to Quick CSS as well

    .logo, .logo a, .logo img { max-width: 790px!important; }

    Cheers!
    Yigit

    #197771

    Very good thank you :)

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Few issues with customisation’ is closed to new replies.