Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #378218

    Hi again, thanks for the great support and the amazing Enfold theme. I’ve been asked by a customer to arrange the content retrieved by the blog shortcode if the information can be arranged in two columns, ie: pic on the left and title / summary on the right. But I’m not sure which part of the php or css would allow me to do this. Inspecting the code gave me more questions than answers!

    Currently the site looks like this.

    If you could even just point me to which part of the code configures this function, that would be fantastic!

    Thanks

    #378550

    Hi esmatta!

    You can drag a codeblock element to the page and add this to it.

    <style type = "text/css">
    .slide-image {
    float: left;
    margin-right: 20px;
    }
    .slide-content { margin-left: 300px; }
    </style>

    Or you can also get this effect by choosing the “Single author, small preview pic” style in the blog shortcode. The images will be smaller but you can also change them with CSS.

    .small-preview { width: 180px !important; }
    

    Regards,
    Elliott

    #378886

    Hi Elliot,
    I tried the first option and exactly as you said. This was genius! Worked a treat thank you very much!

    Best wishes!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customising blog content layout’ is closed to new replies.