• Resolved lalanam

    (@lalanam)


    I’m using MH Elegance Lite. How do I get the new posts to appear in a columned format (3 or more across), as is shown in the theme preview?

    I’d like to have more of a pinterest look, with tiles for new posts, as opposed to the default which is one column of stacked posts. Since it’s shown in the preview, I assumed the tiles would be the default.

    Thank you!

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

    Hope you’re well! ??

    I think the 3 columned format is not available with a free version but let’s wait for the reply from the theme author ??

    Take care,
    Calvin

    Thread Starter lalanam

    (@lalanam)

    Ugh! That would be extremely frustrating since that is what is shown on the preview image for the lite version.

    Hi lalanam,

    thanks for using MH Elegance lite.

    In general you can use the included “MH News Widget” to display posts with a 3-column layout on the widgetized “Front Page” template.

    What you can see on the preview image of the lite version is just a normal page with some custom text and images. Custom columns can be added with some basic HTML, for example three columns:

    <div class="row clearfix">
        <div class="mh-col-1-3">
            Content 1st column
        </div>
        <div class="mh-col-1-3">
            Content 2nd column
        </div>
        <div class="mh-col-1-3">
            Content 3rd column
        </div>
    </div>

    As an alternative there are a lot of great plugins with column shortcodes available, for example: Shortcodes Ultimate.

    You can also find more information about the setup of the theme in the theme documentation.

    Please also notice that this is in first place a business theme to create corporate websites or landing pages. In case you just want to blog or have a magazine or pinterest like layout in mind, this probably might not be the suitable theme for you.

    We have some other themes for magazine like websites in case that’s what you have in mind:

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Column layout for new posts?’ is closed to new replies.