Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #586989

    Hi
    I would like to know whether it is possible to create EASILY (without coding) a blogstyle in ENFOLD like this one
    https://www.uni.li/kmu-zentrum/neuigkeiten

    Key elements I am looking for:
    2 columns
    Image on the left side of the blog excerpt
    Category display just below the title (as it is standard in Enfold is ok)

    I did try get this done with Enfolds Layout builder and standard layout but could not get it working. Any ideas how it can be done w/o coding?
    THX in advance

    #588865

    Hey deboman!

    Once you setup the 2 col blog grid please add the below CSS to Enfold > General Styling > Quick CSS

    /*Change blog layout*/
    .avia-content-slider .fake-thumbnail .slide-image {
        width: 50%;
        float: left;
        margin-right: 20px;
    }
    
    @media only screen and (max-width: 768px) {
    	.avia-content-slider .fake-thumbnail .slide-image {
        	width: 100%;
        	float: none;
        	margin-right: 0px;
    	}
    }

    This will get you started with a similar layout you need

    If you have any issues tweaking the layout further please share the link to your site.

    Cheers!
    Vinay Kashyap

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