Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #335753

    Hey,

    I’m new to Enfold and been mostly using it on my development environment.

    I’m using a boxed layout with sidebar that are sometime on the right and sometime on the left (I’m using left sidebar for English and right sidebar for Hebrew).
    I noticed that when I use the left sidebars the layout get weird – some elements are not placed correctly and I was wondering how to fix it.

    Here are couple of examples:
    on the right sidebar, the reply counter is connecting with the sidebar. the reply box is in the middle of the content area:

    on the left sidebar the reply counter is in the middle and the reply box is off to the right:

    How can I solve this?

    #336596

    I know you said no bumping, but it’s been couple of days now and I see you’re answering message from well after my post….

    Can I please have a look and let me know what I can do about it?

    by the way, here are more layout problems with the left sidebar rtl layout:

    I have a fix for that, if you’d like, I can post it.

    • This reply was modified 10 years, 1 month ago by realmgic.
    #336897

    Hey!

    Sorry for the late reply! Please try adding following code to Quick CSS

    .side-container-comment-inner { margin-left: 0; }

    Can you post the link to your English website?

    Regards,
    Yigit

    #337013

    not really sure what effect it had on the page, didn’t see any change.. :)

    i worked hard today to try and find solutions to this problem but i think i finally got it.
    here is what i did:

    by the way, i added everything to the rtl.css in my child theme (there are some of rtl issues in the theme – if you’d like, i can give you my fixes for future users). I did it because in my case this is when the left sidebar is active – i’m sure that in the general case ,this should be somewhere else related to the left sidebar activation.

    
    /* fixes related post text alignment */
    #top .av-related-style-full .av-related-title{text-align: right;}
    
    /* moves related post to the correct place */
    .related_posts {
    margin-left: -50px;
    padding-left: 50px;
    padding-right: 0;
    }
    
    /* move comment counter to the correct place,  */
    .side-container-comment-inner{
    margin-left: -50px;  
    padding-right: 50px;
    }
    
    /* move the right part of the comment counter */
    .center-border-right{margin-right: 50px;}
    
    /* fix sidebar size */
    .sidebar_left .comment_container {
    margin-left: 0;
    padding-right: 50px;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problems when using left sidebar with boxed layout’ is closed to new replies.