Hello,
I try to use this page (blog-grid-3.html) in my website but it's give me just two grid from blogs and if you delete (style-rtl.css) it will work well
The page url: http://developer.qualitey.media/assiad/public/ar/news
cpanel:
http://developer.qualitey.media/cpanel
developerq
n9O4Jntf9QGo
Thanks
error in style-rtl.css
1 reply · opened Feb 12, 2020
AammardebFeb 12, 2020
SSemicolon WebSTAFFFeb 13, 2020
Hello,
Apologies about the Inconveniences caused!
Please replace the .post-grid related codes in the style-rtl.css File with the following code:
.post-grid {
margin-left: -28px;
margin-right: 0;
}
.post-grid .entry {
float: right;
padding-left: 28px;
padding-right: 0;
}
/* Blog - Grid - 3 Columns
-----------------------------------------------------------------*/
.post-grid.grid-3 {
margin-left: -30px;
margin-right: 0;
}
.post-grid.grid-3 .entry {
padding-left: 30px;
padding-right: 0;
}
/* Blog - Grid - 3 Columns - Sidebar
-----------------------------------------------------------------*/
.postcontent .post-grid.grid-3 {
margin-left: -25px;
margin-right: 0;
}
.postcontent .post-grid.grid-3 .entry {
padding-left: 25px;
padding-right: 0;
}
/* Blog - Grid - 2 Columns
-----------------------------------------------------------------*/
.post-grid.grid-2 {
margin-left: -40px;
margin-right: 0;
}
.post-grid.grid-2 .entry {
padding-left: 40px;
padding-right: 0;
}
This will definitely work fine. 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