This topic has 12 replies, 2 voices, and was last updated 8 years by rasmusberg.

  • Author
  • #105472
     rasmusberg
    Participant

    Hi!

    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
    Regards

    Rasmus Berg

    Attachments:
    You must be logged in to view attached files.
    #105760
     Radu
    Moderator

    Hi,

    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 solution
    #105763
     rasmusberg
    Participant

    It 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…

    #105908
     Radu
    Moderator

    Hi,

    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 solution
    #105925
     rasmusberg
    Participant

    Hi

    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

    #105984
     Radu
    Moderator

    This 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 solution
    #105987
     rasmusberg
    Participant

    I think you are misunderstanding me… The mini cart widget is not align wrongly because of the color of the border I have choosen?

    #105988
     rasmusberg
    Participant

    Anyway. 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)

    #105992
     Radu
    Moderator

    Most probably i’ve misunderstood you,

    This css will add more spacing to the minicart

    COPY CODE
    
    li.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 solution
    #105994
     Radu
    Moderator

    Also 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 solution
    #105995
     rasmusberg
    Participant

    Brilliant! Thank you 🙂

    #106001
     Radu
    Moderator

    Good,

    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
    #106002
     rasmusberg
    Participant

    Thank you too 🙂

Viewing 13 posts - 1 through 13 (of 13 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?