[Resolved] space between blocks on mobile

Home Forums Support [Resolved] space between blocks on mobile

Home Forums Support space between blocks on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #190506
    Patrick

    Hi Tom,

    I’ve setub my theme with blocks (not one container). How can I setup the theme, that the page change on mobile view from blocks to one container? because on small screens there where between the blocks to much space and with a colored background it looks like a zebra πŸ™‚

    Additional question:
    How can I setup the image on blockoverview complete fullwith without padding? the text should have his padding which i define within the addon. I use masonry style.

    thanks for your reply
    Patrick

    • This topic was modified 7 years, 12 months ago by Patrick.
    #190510
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    1. Try this CSS:

    @media (max-width: 768px) {
        .separate-containers .widget, 
        .separate-containers .hentry, 
        .separate-containers .page-header, 
        .widget-area .main-navigation,
        .separate-containers .inside-right-sidebar, 
        .separate-containers .inside-left-sidebar,
        .separate-containers .site-main {
            margin: 0 !important;
        }
    }

    2. Not too sure what you mean by this? Any examples?

    #190511
    Patrick

    Hi Tom,

    the first code works, thanks. with your reply-time you could go to the olympics πŸ™‚

    to my second question. I mean not Block :)) I mean Blog… Like to stretch the block picture on overview page to complete fullwith of the entryblock. I’ve attached a screen.

    Thanks and Regards
    Patrick

    screen
    http://cruze-forum.de/grscreen.png

    • This reply was modified 7 years, 12 months ago by Patrick.
    #190515
    Tom
    Lead Developer
    Lead Developer
    #190523
    Patrick

    Hi Tom,

    thanks a lot for your help and this fantastic theme.
    Solution works fine πŸ˜‰

    You can set this topic as fixed πŸ™‚

    Greets from Germany
    Patrick

    #190618
    Tom
    Lead Developer
    Lead Developer

    Glad I could help πŸ™‚

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