HOME PAGE BLOG AREA

Discussion in 'ButterBelly WordPress Theme' started by joswebsitedesign, Nov 26, 2013.

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

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Hello,

    1. I have a youtube video in the home page blog area - www.aussiemusicroadshow.com

    Is it possible to increase the space (of the left margin area of this section) so the video moves over to the left a little more. I have it set at the smallest YT setting but it still has some of the video cut off on the right hand margin of the page.

    2. Is there a way to remove the widgets on the sidebar of the Contact Page and also the map.

    3. I want to shrink the relative height of the opaque box that floats in front of the slider images.
    Is there a way to reduce the height so it does not cover up so much of the image.

    Please see attached image example.

    Many thanks

    Jo
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Use this embed code to display video.

    Code:
    <iframe width="360" height="360" src="//www.youtube.com/embed/kEcxvCVIWu8?feature=player_embedded" frameborder="0" allowfullscreen></iframe>
    After that paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_home_widget {
    margin-left: 10px;
    }
    2) Download "template_contact.php" file attached and replace it with current one.

    3) Please follow link given below.
    http://www.inkthemes.com/community/threads/change-size-for-slider-holder.8632/#post-32546


    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

  3. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Thanks so much Nitesh.. the video looks great now. I have downloaded the contact page so will upload again..

    Your assistance is always appreciated.

    Many thanks

    Jo...
     
Thread Status:
Not open for further replies.

Share This Page