• Resolved zs33

    (@zs33)


    Hi!
    Two questions:
    1. at < 992px the images (first 6) become 1 row in stead of 2.. its a mobile that u can only access through the mobile menu. how can i get it to stay at 2 rows? there is plenty of space! the images are links

    2. is it possible to put the manu icon to the top of the page or next to the logo on mobile view only?

    https://zielonysrodek.pl/przepisy-kom/

    thanks sooo much !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    Looks like your using the text widget inside of pagebuilder and then shortcodes inside of that?

    The free theme column shortcodes breakdown for tablet display (992px) you can just use page builder to set the columns and not use the free theme column shortcodes. That would allow you to set the breakdown for mobile in the page-builder settings.

    Placing the menu beside the logo isn’t really an option in the free version, you can kind of make it happen with this css:

    @media (max-width: 767px)[
    .nav-trigger-case .kad-menu-name {
        display: none;
    }
    #logo {
        width: 70%;
    }
    .nav-trigger .nav-trigger-case {
        position: absolute;
        top: -90px;
        float: right;
        width: auto;
    }
    }

    Kadence Themes

    Thread Starter zs33

    (@zs33)

    thanks for the reply
    menu is ok now, at least i think so ??
    as for the other question, i tried with columns in page builder and other things, thats why its like it is (a bit messy)…
    changed the layout a bit, used a slider in stead of the images, but still wondering whether its possible to show the content view as 2 columns. maybe have to contact Content View support.
    changed it to some gallery from shortcodes for now.
    thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mobile display’ is closed to new replies.