Home page spacing issues

Discussion in 'Blackriders WordPress Theme' started by ronaldsinai, Dec 2, 2015.

  1. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    Please provide CSS code to adjust spacing between the 4 circles and homepage header.

    URL: fundmylawsuitnow.com
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To manage spacing between the 4 circles, you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_inner_box.second {
        margin-left: 53px;
    }
    .feature_inner_box.third {
        margin-left: 74px;
    }
    .feature_inner_box.fourth {
        margin-left: 73px;
    }
    And for homepage header,

    Please provide us some edited screenshot so that we can better assist you.

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    Please see attached -

    I want to control the spacing between "Get Pre-Settlement Funding—Call (800)760-0704 Now!" and the 4 circles.
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_info {
        margin-bottom: -10px;
    }
    NOTE: Adjust numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page