Home page right widget feature area space

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Mar 27, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi,

    I would like to move the right widget up starting at "testimonials", to match up with the left "mortgage branch connection articles" see first image.

    Second, for my facebook and youtube widgets, they are right on top of each other, I would like to create a little space in between them. see second image.

    Thanks!

    www.mortgagebranchconnection.com
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello mschultz33!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sidebar {
      margin-top: -55px;
    }
    .sidebar.home iframe {
      padding-bottom: 45px !important;
    }
    
    Thanks,
    Praveen
     
  3. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    posted the code, "testimonials" is still below the cut and there is still no space between the other two widgets "fb and youtube"
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    I have checked your website and your website is looking fine.
    Testimonial and the widgets are in proper positions as per your requirement.
    Please watch the video :- http://screenpresso.com/=7mQod

    If you have still issue, then provide us some edited screenshot of your issue.

    Thanks,
    Praveen
     

Share This Page