Carousel Under Slider

Discussion in 'Real Photography WordPress Theme' started by dmg4683, Mar 27, 2013.

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

    dmg4683 Member

    Joined:
    Mar 10, 2013
    Messages:
    37
    Likes Received:
    0
    I was able to resize the images in the slider, and the thumbnails of those images in the carousel under the slider in the css. However, I can't figure out how to change the 221px width of where the thumbnails are in the carousel. I have the images set to be 80px wide, since they're all portrait now, but they then have a ton of space on the sides of them, since they're only 80px wide. How do I fix that? I can't find where it's pulling the 221px setting from. Please help. Thank you, and happy Holi.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #carousel ul.slides li {
    width: 66px ! important;
    }
    #carousel ul.slides li img {
    width: 80px;
    }
    Now, Go to the front-page.php file present in the theme directory and edit the code as shown in the image given below
    [​IMG]

    This will solve your issue.
     
  3. dmg4683

    dmg4683 Member

    Joined:
    Mar 10, 2013
    Messages:
    37
    Likes Received:
    0
    Thank you! I appreciate all of the help you guys provide.
     
Thread Status:
Not open for further replies.

Share This Page