Home Forums Basel support forum Menu style and mobile menu.

Menu style and mobile menu.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #62243

    Gerald88
    Participant

    On my website, I have deactivated the icons of the menu (cart and icons of my account) but the menu still does not go to the right, I want it to be adjusted to the right.

    And in the mobile meny I want to disable the ajax search engine.

    #62262

    Hello,

    You have deactivated elements but wrapping container still takes place that is why your menu is not to the right.

    Please add this CSS to Theme Settings > Custom CSS to remove this container:

    .main-header .right-column {
        padding-left: 15px;
        display: none;
    }

    Best Regards

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