-
Author
-
September 17, 2017 at 20:25 #173949jjaffkeParticipant
Hi!
I’m trying to reduce the space between the lines of the top main menu when it overflows – there is a big gap.
Also how do I change the font size for the main menu?
Also one other thing, I added different header images for individual pages but they are not showing up. Can you help me?
Much much appreciate it!
September 17, 2017 at 20:40 #173950Kieran_SQModeratorHi,
It looks like you have too many menu items for the space, there are a few different things you can do
– Change the font size for the menu, you can do that by going to WP Admin > Theme Options > Header Options > Header Fonts > Select: Main Menu Font size and entering a new px value.
– Compact overflowing menu items with an expanding ellipsis, you can do that by going to WP Admin > Theme Options > Header Options > Scroll to: Compact overflowing menu items and enabling this option.
– Reducing the margin between menu items with CSS, you can do this by adding the below CSS to your KLEO Child theme’s style.css or by going to WP Admin > Theme Options > General Settings > Scroll to: Quick CSS (Clear your website and browser cache to see changes)COPY CODE@media (min-width: 991px) { .navbar-nav>li>a {margin: 6px;} }
With regards to the different header images for different pages please update this ticket with working admin credentials as well as a list of pages where you’re using different images.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 17, 2017 at 21:19 #173957Kieran_SQModeratorHi,
I have logged into your site, checked the pages you supplied and found that there does appear to be an issue. I am going to ask one of developers @radu to take a look at this for you. They’ll be in touch either tomorrow or Tuesday.
Thanks for your patience,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 22, 2017 at 13:00 #174383jjaffkeParticipantHi Radu,
thanks for you help but the image in this section needs to be a height of 186 pixels.
I’m trying to replicate how it looks on this page: http://neueharmonie.ch/I had it working before but now it’s not showing up properly.
thank you – I’m really having a hard time with this.
Janet
September 22, 2017 at 18:05 #174408RaduModeratorHi,
Just let me know if you are referring to the slider from the homepage marked with red
Or you want to do the breadcrumb section like there: http://198.20.99.146/~neueharm/chinese-nutrition-2/
Be more specific to can find a faster resolution to this.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 22, 2017 at 18:36 #174409jjaffkeParticipantYes Radu a header like the image you have circled in red is what I want but I want it to also be full width of the page.
Also I will want to change them on each page. I did have this working before…was there possibly an update to the theme that changed something? Just curious.
Either way I really thank you for your help.
Janet
September 25, 2017 at 15:19 #174717RaduModeratorHi,
Now I’ve noticed there isn’t another product than ours (Kleo, sweet date or buddy app)
There seems to be an HTML theme and I cannot offer support for any other product than ours.
I saw in our theme you are able to do what you need to achieve.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 25, 2017 at 21:13 #174745jjaffkeParticipantI actually was trying to recreate http://neueharmonie.ch/ on this site which is using kleo http://198.20.99.146/~neueharm/ I was just showing you the example however I did figure this out myself.
Janet
September 26, 2017 at 16:40 #174832RaduModeratorHi,
I see, ok the
You can limit the article media img height using the next CSS snippet
COPY CODEarticle .article-media img { max-height: 100px; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2017 at 16:41 #174833RaduModeratorHi,
I see, ok the
You can limit the article media img height using the next CSS snippet
COPY CODEarticle .article-media img { max-height: 100px; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.