BUG - Blog Masonry Layout preview bug on mobile devices: right-padding

1 reply · opened Nov 24, 2019

BbytenetserbiaNov 24, 2019

Hi Team,

I just want to report a new little bug...

It seems that BLOG MASONRY LAYOUT 3 COLUMNS page_ on mobile devices does not need to show right padding.

Didn't checked another page types._

Tested page:

Tested on:

  • mobile device (LG – Google Chrome 78.0, built-in browser)

  • tablet device (Asus – Google Chrome 78.0, built-in browser)

  • desktop browser – responsive mode (Win10 – FF v70.0.1 (64-bit), Chrome 78.0 (64-bit))

You can find more info in attachment.

SSemicolon WebSTAFFNov 25, 2019

Hello,

Thank You so much for reporting this to us!

Please find the following code in the css/responsive.css File:

.post-grid .entry,
.post-masonry-full.grid-3 .entry {
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
	border-right: 0 !important;
}

and replace it with:

.post-grid .entry,
.post-masonry-full.grid-3 .entry {
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
	border-right: 0 !important;
	padding-right: 0 !important;
}

This will definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard