Sidebar appearing on different sides of page

Discussion in 'Andrina WordPress Theme' started by home, Dec 8, 2014.

  1. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Could you tell me if the sidebar is meant to appear on the left for some pages, and the right for others?

    I have installed the theme on the domain evergreencarebexley.com and the sidebar appears on the left for most pages, but not all. The reason I chose the theme is because we wanted one with a left sidebar. We tried modifying the code for the last theme to change the side the sidebar was on, but that code isn't in the styling options, so I can't see that's causing any issue, as them changes were overwritten when we switched theme.

    I'd really appreciate your help regarding this.

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    By default sidebar is present in right side of pages.
    The page in which you are getting in left side it is only just because you are neither using any heading nor content.
    To fix this paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar {
    display: inline-block;
    }
    Thanks & Regards
    Pramod
     
  3. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Thank you. I actually thought that the sidebar was supposed to be on the left. Is there any way to have the sidebar on the left instead of the right with this theme?
    Thanks again.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    I have fixed this issue regarding to sidebar on left side of the page.
    Please have a look.

    Thanks & Regards
    Pramod
     

Share This Page