This topic has 12 replies, 2 voices, and was last updated 8 years by rasmusberg.
-
Author
-
February 21, 2016 at 13:18 #105472
rasmusberg
ParticipantHi!
My cart widget is not lining up to the right place. The arrow is a bit a compared to the menu.
How do I correct this?
Thank you
RegardsRasmus Berg
Attachments:
You must be logged in to view attached files.February 22, 2016 at 19:02 #105760Radu
ModeratorHi,
Please add this css to your css file
COPY CODE.kleo-toggle-menu .kleo-toggle-submenu:before { border-top: 1px solid #111 !important; border-left: 1px solid #111 !important; }
Replace #111 with your desired colors
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 22, 2016 at 19:15 #105763rasmusberg
ParticipantIt did not work. This problem and the problems I have described on this ticket https://archived.seventhqueen.com/forums/topic/logo-keeps-resizing-to-wrong-smaller-size#post-105762 – are they problems other users of your theme have or are they specific for my installation?
I have had these problems for a very long time…
February 23, 2016 at 14:57 #105908Radu
ModeratorHi,
This issue is specific to you but please apply this css into wp-admin -> theme options -> general settings -> quick css
COPY CODE.kleo-toggle-menu .kleo-toggle-submenu:before { border-top: 1px solid #ddd !important; border-left: 1px solid #ddd !important; } .kleo-toggle-menu .kleo-toggle-submenu { border:1px solid #ddd !important; }
It will evidentiate the mini cart container and arrow, after you paste the css make sure that you will purge/clear entire cache
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2016 at 15:33 #105925rasmusberg
ParticipantHi
Thank you
That did not work either. It works sometimes.
Instead of covering the problem with CSS, could you maybe point me to some thing that can cause these problems? I dont want a messy installation with errors and bugs.
Thank you
Best regards
Rasmus Berg
February 23, 2016 at 17:58 #105984Radu
ModeratorThis in not a bug it’s your customization, you have changed the color of the border like the bg color, you can change the borders colors from wp-admin -> theme options -> styling options -> header -> Border color*
This will change entire header border color, but if you will use the code that i have provided the border with that light gray color will be applied only for the mini cart.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2016 at 18:02 #105987rasmusberg
ParticipantI think you are misunderstanding me… The mini cart widget is not align wrongly because of the color of the border I have choosen?
February 23, 2016 at 18:02 #105988rasmusberg
ParticipantAnyway. I tried the CSS-code, clear all cache etc. and it did not work. Neither on Safari, Firefox og Chrome on my laptop nor on my desktop (which have not visited the page and therefore dont have any cache)
February 23, 2016 at 18:13 #105992Radu
ModeratorMost probably i’ve misunderstood you,
This css will add more spacing to the minicart
COPY CODEli.shop-drop ul.kleo-toggle-submenu { top: 30px !important; }
Add your desired spacing and let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2016 at 18:17 #105994Radu
ModeratorAlso add this rule
COPY CODE.kleo-main-header .nav > li.kleo-toggle-menu a { padding-bottom:10px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2016 at 18:35 #106001Radu
ModeratorGood,
Have a nice week
Cheers
Radu
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 ‘Bugs & Issues’ is closed to new topics and replies.