-
Author
-
October 22, 2017 at 05:59 #177339
rlarson87
ParticipantHi, in the top menu the number icons for the notifications and messages are being cut off by the top of the screen. See the blue 2 in the screenshot. Please fix.
Attachments:
You must be logged in to view attached files.October 22, 2017 at 19:54 #177411Kieran_SQ
ModeratorHi,
Please try the below CSS in your KLEO Child theme’s style.css by going to Appearance > Editor > KLEO Child > Style.css or by going to Theme Options > General Settings > Scroll to: Quick CSS. Please clear your cache to see changes (Ctrl+F5)
.top-bar li {margin-top: 7px;}
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.
October 24, 2017 at 00:21 #177580rlarson87
ParticipantThis did not fully work. The top menu margin is larger, but it made the top menu social icons, login and register links go into weird drop down sections.
Please advise.
October 24, 2017 at 06:42 #177631Kieran_SQ
ModeratorHi,
Please let me know how you would like it to fit. If you let me know as much info as possible I should be able to make it work via CSS.
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.
October 24, 2017 at 08:17 #177637rlarson87
ParticipantHi, I would like the top menu to appear like in the first screenshot where you can see the links, but I just don’t want the blue numbers getting cut off by the top of the screen.
The code you gave me before increased the margin in the top menu, but it put all the links in “+” drop downs which I don’t want. See the second screenshot.
Attachments:
You must be logged in to view attached files.October 24, 2017 at 18:42 #177702Kieran_SQ
ModeratorHi,
You can try the below CSS which will make the notifications inline.
COPY CODEa.notify-contents.js-activated { padding-right: 30px; } .kleo-notifications { right: -25px; margin-top: -10px; }
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.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.