Site logo

Archived topic

CSS layout question

3 replies · Started by Henk on January 31, 2022

Viewing posts 1–4 of 4

Hi,

How can I change the menu with CSS on the right side (see private area link no 1) to a menu that looks more the menu on the right side (see link no 2).

In essence, remove the bullets, add some space between the margins and underline each menuitem.

If you can help me with this, that would be great because I'm already 2 hours puzzling.
It doesn't has to be exactly the same.

Thanks Henk.

Hi Henk,

Try this CSS:

.gb-container.context-menu-rechterkantlijn ul li {
    list-style: none;
    padding: 20px 14px;
    border-bottom: 2px solid hsla(0,0%,43.9%,.1);
}

.gb-container.context-menu-rechterkantlijn ul {
    margin: 0;
}

Let me know if this helps :)

You make my day :-)

Thanks!

No problem :)

This archived topic is closed to new replies.