J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
[SOLVED]Category Blog Layout problem (1 viewing) 
Go to bottom
TOPIC: [SOLVED]Category Blog Layout problem
#931
Alexis
Fresh Boarder
Posts: 2
User Offline
[SOLVED]Category Blog Layout problem Karma: 0  
Hello, I have a problem with a category Blog Layout in here : http://www.nuit-blanche.fr/index.php/fr/actualites
Articles seems to place each other one after another instead of one under another (like in the web version).
In the menu, articles are classified in column but don't display well... Anyone have an idear?
Thanks !
 
Logged Logged  
  The administrator has disabled public write access.
#932
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Category Blog Layout problem Karma: 79  
Hello,

it's a css adjustment.

At low mobile resolutions articles are displayed in a single column,
if you need to ensure that also at higher resolutions the articles will preserve
a single column layout, add the following CSS style to the mobile main.css;


Best regards

John

Code:

div.blog div.items-row { clear: both; }
 
Logged Logged  
  The administrator has disabled public write access.
#945
Alexis
Fresh Boarder
Posts: 2
User Offline
Re:Category Blog Layout problem Karma: 0  
Thx m8 it worked perfectly !!!! Yeeeha !
 
Logged Logged  
  The administrator has disabled public write access.
Go to top