Side Bar

Discussion in 'Elite Pro WordPress Theme' started by bat42001, Nov 3, 2014.

  1. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    Is there anyway to move the sidebar to the left side instead of on the right side?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have to follow some instructions or steps.
    Step-1:
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main-container.home .sidebar{
    margin-left: 0px;
    }
    Step-2: Please follow images and paste this code in appropriate place.
    PHP:
    <div class="grid_sub_8 sub_alpha">
        <?php get_sidebar(); ?>
    </div>
    <div class="grid_sub_16 sub_omega">
    1) 4-elitepro-sidebar-rtl.png
    2) 4-elitepro-sidebar-rtl-2.png
    3) 4-elitepro-sidebar-rtl-3.png
    Thanks & Regards
    Pramod
     

Share This Page