Photomaker: 2 questions about about sidebar

Discussion in 'Photomaker WordPress Theme' started by dedieo62, Jul 9, 2014.

Thread Status:
Not open for further replies.
  1. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    1-Is it possible to have the sidebar positioned left instead it is positioned right? What is the custom code that must be published in CSS ?

    2- I would like the sidebar is wider: it is possible with a custom CSS code? If Yes, which?

    sidebar-photomaker.JPG

    Thanks a lot,
    Dedieo62
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    2. If you want to increase the width of slider then paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #dynamic_sidebar {
    width: 380px;
    } 
    You can adjust the value of "width" as per your requirement.

    Now, Go to the Custom.js (Theme Directory > Js directory > Custom.js ) file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    This will fulfill your requirement.
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    This is not too bad for the first point; I thought it would be like for the theme Roadfighter. For the answer to my second question, a very big thank you. :)

    Best Regards,
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page