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

    Hallo. Ich nutzen diesen Code

    /* Mansory Übersicht Text Sortierung zentrieren - Mobile Ansicht */ 
    @media only screen and (max-width: 767px) {
    .responsive #top.home #wrap_all #main #av-masonry-1 .av-current-sort-title {
        float: none;
    }
    }

    um die aktive Kategorie des Mansory zu zentrieren. Wie kann ich den Code ändern, dass auch die Unterkategorien zentriert dargestellt werden? Aktuell laufen diesen in der Mobile View rechtsbündig und nicht zentriert. Danke, lg, Alex

    #1370631

    Hey diefleischerei,

    Please try this CSS instead:

    /* Mansory Übersicht Text Sortierung zentrieren - Mobile Ansicht */ 
    @media only screen and (max-width: 767px) {
    .responsive #top.home #wrap_all #main #av-masonry-1 .av-current-sort-title, #top .av-sort-yes-tax .av-sort-by-term {
        float: none;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.