Content in more columns

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Content in more columns

Post by Tata » Fri Aug 09, 2019 7:46 pm

Here I test little rebuilt teplate with:

Code: Select all

	.content{
		width: 75%;
		min-height: 50vh;
		padding-right: 2rem;
		float: left;
			line-height: 1.3;
			font-size: 1rem;
			text-align: justify;
		   -moz-column-count: 3;
	       -moz-column-gap: 4rem;
	       -webkit-column-count: 3;
	       -webkit-column-gap: 4rem;	
		    -webkit-column-rule: 1px outset #999; /* Chrome, Safari, Opera */
		    -moz-column-rule: 1px outset #999; /* Firefox */
		    column-rule: 1px outset #999;
	}
Basically everything works fine. But the 3-column design makes up&there problems. And I am not sure, wether the problem is in CSS or in used hi-fancybox plugin. Have a look e.g. at https://cmsimple.sk/newspaper_xh_tpl/?Images. Even if reading manuals, I am not able how to create/use categories and articles within the categories. Especially with the first used miniblog plugin.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Content in more columns

Post by frase » Sat Aug 10, 2019 7:48 am

Tata wrote:
Fri Aug 09, 2019 7:46 pm
But the 3-column design makes up&there problems. And I am not sure, wether the problem is in CSS or in used hi-fancybox plugin. Have a look e.g. at https://cmsimple.sk/newspaper_xh_tpl/?Images.
The problem with the images is that they have the CSS class "left".
If you remove this class, the arrangement of the images will work at least on the "?Images" page.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Content in more columns

Post by Tata » Sat Aug 10, 2019 9:50 am

Thanks a lot.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Post Reply