Hi,
1- In our blog page (link in private area), we have set the sidebar to the left side, but there is not sidebar appeared there (the sidebar is appeared on every posts except blog page)
2- How may we decrease the font size of our blog posts title (as illustrated in the image)?
3- We are using an RTL version of Enfold. Is there any way we could start the posts in our blog from the right side except the left side? (right now, the first post is appeared in left)
Regards,
Sadegh
Hey Sadegh,
1.) Go to Enfold->Sidebar Settings->Sidebar on Blog Page
and choose “left sidebar”.
2.) Use this code inside Quick CSS field:
.slide-entry-title.entry-title {
font-size: 10px !important;
}
and adjust as needed.
3.) Use this code:
article.slide-entry.flex_column {
float: right;
}
Best regards,
Andy
Hi Andy
Thanks a lot for all the details, they worked well.
Just for number 3, when I used the code, the posts gets too much close (as I show that in below image):
How may I fix this?
Thanks,
Sadegh
Hi,
unfortunately your website is not reachable for me anymore. It simply does not load anything. Can you check please? and make sure it’s reachable from any country.
Best regards,
Andy
Hi Andy,
Please check again, it doesn’t have problem.
I checked and everything seems right:
Hi,
now it works again. Use this code:
article.slide-entry.flex_column {
margin-left: 15px;
}
and adjust as needed.
Best regards,
Andy
Thanks Andy,
It worked
(you may now close the thread please)
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Andy