A couple of things

Discussion in 'Traffica WordPress Theme' started by joswebsitedesign, Feb 21, 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
    1st. How can I change the slider size so its not so high?

    2nd. How can I make it so I my 3 widgets at the bottom of the page can be centred?

    Cheers,
    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:
    .flexslider .slides .imgmedia {
    width: 460px;
    background-size: 460px 290px;
    }
    .flexslider .slides .imgmedia img {
    width: 442px;
    height: 235px;
    } 
    Adjust the above values as per your requirement.

    2. Could you please share us your website link so that we can provide you exact solution.
     
  3. joswebsitedesign

    joswebsitedesign Guest

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

    my website link is http://www.joswebsitedesign.com

    could you also tell me how I can get an image added next to "The Way of the Future" on my home page?

    Kind regards,
    Jo
     
  4. Piyush

    Piyush Support Staff

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

    1. Go to the sidebar-footer.php file present in your theme directory and put "grid_8" in all place of "grid_6" in this file and
    remove the code for second footer widget area as instructed in the image given below.

    [​IMG]




    2. Remove the code given below from the Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) on your dashboard.

    Code:
    .sidebar.home {
      display: none;
      } 
     
    Now, Go to the Appearance > Widgets panel in your dashboard and
    drag & drop Text Widget in the Home Page Sidebar Feature Widget Area
    and then paste the image code given below in the content area of that text widget.

    Code:
    <img src="Enter the URL address of your image here"> 
    This will solve your issue.
     
  5. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
Thread Status:
Not open for further replies.

Share This Page