-
AuthorPosts
-
December 1, 2013 at 10:44 pm #195115
Hi there !
First of all, thank’s for you’re great work.
I bought enfold theme few monthes ago and now I’d like to custom it.1) How can I display the logo as a banner and not as a left block ? To be clear, I would like the menu be displayed below my logo banner. You can take a look at my website here : handball-formation.fr.
2) Is it possible to add some pictures to the Entypo Pictogram Suite ? I’d like to put custom pics wich concerns sport or handball.
3) In the blog template, I’d like the excerpt be displayed beside the thumbail ( just at the right). Could you give me some advices to achieve this trick :)
Thank’s for your help,
Guillaume
December 2, 2013 at 10:54 pm #195525Hi Guillaume,
Can you post a link to your website please?
Regards,
JosueDecember 2, 2013 at 10:57 pm #195529Hi,
You can visit my website at : http://www.handball-formation.fr
I precise it’s in french :)Thank’s,
GuillaumeDecember 2, 2013 at 11:25 pm #195538Hi!
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!
JosueDecember 3, 2013 at 3:19 pm #195788Hi 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
December 3, 2013 at 7:36 pm #195864In 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,
December 4, 2013 at 8:14 am #195984Hey!
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,
JosueDecember 5, 2013 at 11:21 am #196598Hi,
Thank’s again for your precious help !
All is fixed except the logo issue. In fact, this is how i see it :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
December 5, 2013 at 8:52 pm #196760Hey!
Please add following code to Quick CSS as well
.logo, .logo a, .logo img { max-width: 790px!important; }
Cheers!
YigitDecember 8, 2013 at 8:56 pm #197771Very good thank you :)
-
AuthorPosts
- The topic ‘Few issues with customisation’ is closed to new replies.