Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #768131

    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

    • This topic was modified 7 years, 7 months ago by Sadegh.
    #770056

    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

    #770257

    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

    #771693

    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

    #771702

    Hi Andy,
    Please check again, it doesn’t have problem.
    I checked and everything seems right:

    .

    #772678

    Hi,

    now it works again. Use this code:

    article.slide-entry.flex_column {
    margin-left: 15px;
    }

    and adjust as needed.

    Best regards,
    Andy

    #773729

    Thanks Andy,
    It worked
    (you may now close the thread please)

    #775421

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘sidebar doesn't appear’ is closed to new replies.