Change position of Slider

Discussion in 'ButterBelly WordPress Theme' started by littlefishslp, Aug 6, 2014.

  1. littlefishslp

    littlefishslp New Member

    Joined:
    Aug 1, 2014
    Messages:
    4
    Likes Received:
    0
    Is there a way to move the "slider" to below the "Home page feature" area?
    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please download front-page.php" file attached and replace it with your current "front-page.php" file.
    after that,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature-content {
    margin-top: 140px;
    } 
    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

    Attached Files:

  3. littlefishslp

    littlefishslp New Member

    Joined:
    Aug 1, 2014
    Messages:
    4
    Likes Received:
    0
    Thank you for your help. I am very new at this so can you explain how I replace the front-page file? What are the steps? I understand the second part of your directions about pasting that code into the custom css tab, but just not sure how to do the first part. Thanks so much!
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Follow these steps:
    -Download above Zip file and extract them
    -Open page and copy all the text(or use ctrl+A then ctrl+C)
    -Goto( Appearance -> Editor -> front-page.php ) in your Dashboard
    -Select all text of Dashboard front-page.php and delete all Text
    -Paste the whole download file text in Dashboard front-page.php file
    -Save

    Thanks & Regards

    Pramod Patel
     

Share This Page