Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #452006

    Hi,

    The shopping card on my website on my Ipad (not on mobile and desk/laptop) is positioned on the left side of the page and when you click on it the text ‘shopping card’ or ‘afrekenen’ (pay) does not show correctly. This is not good for my conversion. Do you have a solution?

    Thanks!
    Naima

    #452681

    Hi Naima!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #menu-item-shop .dropdown_widget {
      right: auto;
      left: 10px;
    }
    #menu-item-shop .dropdown_widget .avia-arrow {
      right: auto;
      left: 30px;
    }}

    Cheers!
    Yigit

    #453010
    This reply has been marked as private.
    #453272

    Hey!

    Please change the code to following one

    @media only screen and (max-width: 990px) and (min-width: 540px) {
    #menu-item-shop .dropdown_widget {
      right: auto;
      left: 10px;
    }
    #menu-item-shop .dropdown_widget .avia-arrow {
      right: auto;
      left: 30px;
    }}

    Regards,
    Yigit

    #453668

    tx Yigit! It works!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘ipad – shopping card on the left side of header instead of right side’ is closed to new replies.