Topic on Project:Village Pump

The two colums are touching

2
87.88.177.53 (talkcontribs)

On the main page, the left column framed in gray and the right column touch each other.

The probleme is here with Timeless :http://www.wiki-shangri-la.org/index.php/New_Main_Page_2021

but not here with Vector : https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Accueil_principal

How to create a space between the two columns. thank you so much .

176.145.73.159 (talkcontribs)

add in MediaWiki:Common.css

/* Classes pour les colonnes des portails */
.portail-gauche,
.portail-droite {
	box-sizing: border-box;
}
.portail-gauche {
	float: left;
	padding-right: 1.2rem;
}
.portail-droite {
	float: right;
}
@media (max-width: 981px) {
	.portail-gauche,
	.portail-droite {
		float: none;
		width: auto !important;
	}
	.portail-gauche {
		padding-right: 0;
	}
}

It is ok

Reply to "The two colums are touching"