• Closed by: Marek
  • Closed on: 30.12.18, 20:20
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13285 - Remove space between my account and its subemenu

Hi Marek,

I have noticed that the space between the button “my account” and its menu is very big. How can I decrease the space from the module customlinks?

Comments

Marek 25 Nov 2018, 10:06

Hi, Crisan de los Santos.
Try this css code:

.header-main .icons-true #desktop_cart .shopping_cart, .header-main .icons-true .pk_customlinks .dd_container {top:30px}
Crisan de los Santos 26 Nov 2018, 21:24

Hi Marek,

it has not worked :(. Is there anything else I can do?

Marek 27 Nov 2018, 10:55

I don’t see “My account” to test that code, but you can try this:

.header-main .icons-true #desktop_cart .shopping_cart,
.header-main .icons-true .pk_customlinks .dd_container {top:30px !important}