• Hey Guys,

    Hoping someone can help; I’ve tried for ages, and just can’t work this one out!

    How can I make the Front Page Content Boxes view in a line (exactly as viewed on desktop) on mobile device. Currently they are responsive and stack on top of each other.

    https://www.littlefeetnannies.com.au

    Yes, I will be creating a Child Theme shortly ??

    Thanks heaps!

    Walks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in,

    Firstly, would you mind describing that why do you need to have content boxes all aligned in a single line on small devices. Though its default by theme that the boxes break off by getting tidy screen size. Its impossible to have all content boxes in one single row as it will look very narrow on the screen.

    Thanks.

    Thread Starter Markeg11

    (@markeg11)

    Hi,

    Thanks for your response.

    Purely because the rest of the site is now layed out to that style, and how the content boxes look at the moment is not how I’d like it if possible.

    Yeah understand about the small sizes; the option wud be to remove the text at the bottom and just use the image & the title.

    Is lining them up possible?

    Hi there,

    The maximum I can do is this: https://prntscr.com/7w12qz. Please add the following code under your Appearance > Theme Options > custom CSS:

    @media only screen and (max-width: 768px) {
     .content-box {
        float: left;
        width: 50%;
     }
    
     .content-box p {
      display: none;
     }
    }

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Front Page Content Boxes’ is closed to new replies.