Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #622234

    hi there
    awesome theme
    lately i got some great support from you guys with rtl problems in my website while on mobile mode (#618705).
    i did notice that altough every thing is fine, those quiqk css that you gave me didnt efect on blog being rtl while on mobile mode, can you please fix that to?
    thanks

    #623241

    Shalom!

    Can you please elaborate on the changes you would like to make? I checked your blog page on mobile and it does seem fine to me

    Cheers!
    Yigit

    #623263

    hi yigit
    all items (latest articles, category, archives..) should start from the right side insted of the left side, ectually its the same issue that you fixed for me the other day on ticket #618705, if you can recall you gave me some quick css that fixs it (side bar on pages) but it seems its not efecting blog some how..
    thanks alot

    #625359

    hi
    waiting for an answer
    thnk you

    #625466

    Hi,

    The blog posts are center aligned. Was that intentional? You can try this:

    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title, .html_elegant-blog #top .post-entry .blog-categories {
        text-align: right;
    }
    
    .html_elegant-blog .more-link {
        text-align: center;
        margin: 10px 0;
    }

    Best regards,
    Ismael

    #625691

    hi
    thank you ismael
    just making shure you understand me, i think the code you sent is for blog title and so? to put them on the right? actually i did not notice it untill you mentioned it but i think i like it that way- centerd, what i dont like is whats coming after it on the bottom of the blog while on mobile mode, all items facing left insted of right, please see photos attechments.
    thank you

    #625766

    Hey!

    Please add the below CSS in Quick CSS in enfold > General Styling

    @media only screen and (max-width: 767px) {
    .widget {
        text-align: right;
    }}

    Best regards,
    Vinay

    #625989

    hi
    it seems like its working perfect
    thank you for great support

    #626680

    Hi!

    You are most welcome! We are glad to help you.

    We would really appreciate it if you take a minute to rate our theme on themeforest please :)

    Thank you for using Enfold.

    Regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘blog mobile side bar’ is closed to new replies.