-
Author
-
April 3, 2015 at 13:45 #53023PeterGouldParticipant
The Notification popup is about 10 pixels to high after updating to 4.1.1 see the picture attached. I just want to move it back into the natural position so it pops up below the icon.
Thanks
Attachments:
You must be logged in to view attached files.April 3, 2015 at 14:14 #53032sharmstrModeratorIt isnt by default. Are all your other plugins updated as well? VC had issues with 4.1, Kleo had issues with the VC that supported 4.1, etc. Its a version domino effect and want to make sure you have the latest and greatest of everything instead of just fixing a popup issue. Let me know and we’ll go from there.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 3, 2015 at 14:23 #53034PeterGouldParticipantAll of my plugins are up to date I had a similar issue that the chat icon was also too high on mobile, that was fixed in another post by a Quick CSS suggested by one of the moderators.
COPY CODE} @media (max-width: 991px) { .kleo-mobile-icons { display: inline-block; float: right; margin-top: 7px !important; }
April 3, 2015 at 14:36 #53040sharmstrModeratorTry this
.kleo-notifications-nav .kleo-toggle-submenu {
margin-top: 10px;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 3, 2015 at 14:39 #53041PeterGouldParticipantPerfect seemed to do the trick. Not sure what is interfering but seems to be good now.
Cheers for the support!
April 3, 2015 at 14:59 #53044PeterGouldParticipantSorry I just noticed I have the same layout issue with the search popup as well I tried this but didn’t work.
COPY CODE.kleo-search-nav .kleo-toggle-submenu { margin-top: 20px; margin-right:3px; }
April 3, 2015 at 15:05 #53046sharmstrModeratoruse this .kleo-search-wrap
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 3, 2015 at 15:09 #53047PeterGouldParticipantTa – I nearly had it I tried the same class but had left the .kleo-toggle-submenu in thanks again!
April 3, 2015 at 15:12 #53048sharmstrModeratorNo problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.