Add separating line

Discussion in 'GeoCraft WordPress Theme' started by rachelp, Dec 5, 2014.

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

    rachelp New Member

    Joined:
    Nov 16, 2014
    Messages:
    12
    Likes Received:
    0
    Hello folks,

    Any idea how you can add a separative black live between the directory itself and the right column on Geocraft? I find there are to close together and that does not look neat.

    Thank you!

    Rachel
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    I am not getting you, please explain little bit more what do you want or provide us any screenshot.

    Thanks & Regards
    Yogesh Bhade
     
  3. rachelp

    rachelp New Member

    Joined:
    Nov 16, 2014
    Messages:
    12
    Likes Received:
    0
    Hi, please see screenshot, just need a tiny black vertical line to separate the directory for the column where you place your widget in wordpress...
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_wrapper .featured_content, .content_wrapper .content {
    border-left: 1px dotted black;
    border-right: 1px dotted black;
    padding: 0 10px;
    }
    .content_wrapper .featured_content .featured_post {
    border-bottom: 1px dotted black;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. rachelp

    rachelp New Member

    Joined:
    Nov 16, 2014
    Messages:
    12
    Likes Received:
    0
    This is exactly what I wanted! Thank you so much :)

    Rachel
     
Thread Status:
Not open for further replies.

Share This Page