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

    Hello together
    i have created many pages on this homepage.
    Almost on every page a fullwidth sub menu, these are all set to centered. But all of them are displayed flush on the left.
    what can I do here

    thanks in advance

    kind regards
    Franz

    #1329457

    Hi Franz,

    This CSS seems to be causing that to happen:

    .container {
        display: flex!important;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    It doesn’t seem to be coming from the theme. Maybe it’s added under Appearance->Customiser?

    Best regards,
    Rikard

    #1329478

    hello Rikard
    Unfortunately does not work?

    Thanks and
    kind regards
    Franz

    #1329502

    Hi Franz,

    I removed this from Appearance->Customiser->Additional CSS:

    /* Sidebar on top in desktop and mobile */
    .container {
    display: flex!important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    }

    And the sub menu is centered now. If you need that CSS for something else, then please let us know exactly what it’s supposed to do.

    Best regards,
    Rikard

    #1329523

    many thanks
    now it is super

    it fits me so exactly

    you can close this request

    kind regards
    franz

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullwidth sub menu is not displayed centered’ is closed to new replies.