Image in Slider Description

Discussion in 'Andrina WordPress Theme' started by dcarels, Dec 9, 2012.

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

    dcarels New Member

    Joined:
    Dec 7, 2012
    Messages:
    18
    Likes Received:
    0
    I'd like to add images with a links into the slider description, but when I add the html to do that, the pictures don't remain in the size I specified. They enlarge so bit that they take over entire right side of page. I've attached screenshot.

    Here is the html I was trying to put in the description:
    <a href="http://itunes.apple.com/us/app/iviu/id464126588?mt=8/?page_id=393"><img class="aligncenter" title="icnIphone" src="http://iviutech.com/wp-content/uploads/2012/11/appstore.jpg" alt="" width="60" height="20" /></a>

    <a href="https://play.google.com/store/apps/...=W251bGwsMSwyLDEsImNvbS5pdml1LmFuZHJvaWRhcCJd"><img class="aligncenter" title="icnAndroid" src="http://iviutech.com/wp-content/uploads/2012/11/googleplay80.png" alt="" width="50" height="20" /></a>

    Any help would be great!

    Thank you.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #slides .caption p a img{
    width:100px;
    height:100px;
    }
     
    robertburney and dcarels like this.
  3. dcarels

    dcarels New Member

    Joined:
    Dec 7, 2012
    Messages:
    18
    Likes Received:
    0
    This worked great! Thank you.
     
Thread Status:
Not open for further replies.

Share This Page