Change the height of background behind slider and text.

Discussion in 'Traffica WordPress Theme' started by joswebsitedesign, Feb 26, 2014.

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

    How can I change the height of the background behind the slider so its not so high?

    Also, how can I insert an image onto the right hand side of my home page at the bottom next to "The Way of the Future"

    http://www.joswebsitedesign.com

    Kind regards,
    Jo
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .slider_container {
    padding-top: 0px;
    padding-bottom: 0px;
    } 
    2. Go to the Appearance > Widgets panel in your dashboard and
    drag & drop Text Widget in the Home Page Sidebar Feature Widget Area
    and after that put the code given below in the content section of that text widget .

    Code:
    <img src="Enter the image URL address here"> 
     
  3. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
  4. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature_testimonial {
    display: none;
    }
    .sidebar.home {
    display: initial;
    }
     
    Thanks & Regards
    Gourav Shrivastava
     
  5. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    I just added that and still no image???

    Can I email you my details so you can go in and see if you can find what Im doing wrong??

    Kind regards,
    Jo
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Remove the code shown in the image given below from the Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    [​IMG]

    I hope this will solve your issue.
     
  7. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Yay that worked... thank you heaps. If I was standing in front of you I would kiss you;).

    Thanks for being great support. You guys are the best!!
     
    Piyush and Nitesh like this.
Thread Status:
Not open for further replies.

Share This Page