Need help on sidebar wizard

Discussion in 'RoadFighter WordPress Theme' started by dirkpfn, Nov 9, 2013.

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

    dirkpfn New Member

    Joined:
    Nov 4, 2013
    Messages:
    16
    Likes Received:
    0
    Hi,

    two topics regarding the sidebar wizards:

    1. The lines seperating the sidebar wizards turn into colour at the right end. The colour does not fit the selected colour scheme, but is different. E.g. my colour scheme is red; nevertheless the line end is somewhat brown or orange.

    2. The vertical space between the different sidebar wizards is to small. I would like to add some more vertical space in between.

    Thanks for your support !

    regards
    DIRK
     
  2. Piyush

    Piyush Support Staff

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

    Could please specify your issue with the help of screenshot images and also share us your website link so that we can provide you the exact solution.
     
  3. dirkpfn

    dirkpfn New Member

    Joined:
    Nov 4, 2013
    Messages:
    16
    Likes Received:
    0
    Hi Piyush,

    please find my homepage at http://www.pfn-online.de .

    Please check the attached screenshot where I marked the relevant areas with the black circle (wrong colour, should be red) / square (to less space between the wizards).

    Thanks in advance !
    DIRK
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

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

    1. For the heading border issue in the sidebar,
    It is dark red color image for the border, If you want to change its color then,
    Go to the Theme directory > css directory > color directory >images directory > sidebar-line-red.png and replace your image with present sidebar-line-red.png image or edit it.

    The name of image is "sidebar-line-red.png"

    Note:- Use same name for your edited image and remove the current image.


    2. For the vertical space issue in sidebar,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .sidebar h3 {
    margin-top: 40px;
    }
    .sidebar {
    margin-top: -45px;
    }
    
    You can adjust the value of "margin-top" as per your requirement.
     
  5. dirkpfn

    dirkpfn New Member

    Joined:
    Nov 4, 2013
    Messages:
    16
    Likes Received:
    0
    Thanks Piyush !

    That works well.

    regards
    DIRK
     
Thread Status:
Not open for further replies.

Share This Page