test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • ger12 Friend
    #178998

    Hi every body!
    Could you give the right code to put some image next to the text.
    As you can see into the module.

    I would like to put some thumb next to.

    I use AJAX POPUP
    {japopup type=”ajax” content=”http://www.bing.com/” width=”500″ height=”400″}Caritas{/japopup}

    but i dont know the right code to put that thumb. 🙂

    Sherlock Friend
    #460708

    Hi ger12,

    You can add an image tag right into the japopup tag, for example
    {japopup type=”ajax” content=”http://www.bing.com/” width=”500″ height=”400″}Caritas <img src=”images/joomla_black.gif” border=”0″ alt=”” /> {/japopup}

    ger12 Friend
    #463517

    work good!!

    but how can i put the words in the middle :-[

    Sherlock Friend
    #463537

    Hi ger12,

    You could open the file of templates/ja_social/css/template.css look for this css
    .small-gallery .img-border {
    border: 1px solid #D6E4EC
    padding: 1px;
    width: 45px;
    }
    change it to
    .small-gallery .img-border {
    border: 1px solid #D6E4EC
    padding: 1px;
    width: 45px;
    position:relative;
    top:20px;
    }

    I hope this help 🙂

    ger12 Friend
    #463752

    Hi,

    Sorry but i dont have the code that you said. I have that:

    I try to insert:

    position:relative;
    top:20px;
    }

    but nothing happens. :-[

    I try to replace using:

    .small-gallery .img-border {
    border: 1px solid #D6E4EC
    padding: 1px;
    width: 45px;
    position:relative;
    top:20px;
    }
    But nothing happens…:-[

    Sherlock Friend
    #463792

    hi ger12,

    Can you share with me here the url where these icons can be seen ?

    ger12 Friend
    #464086

    Yes 🙂

    The URL is: http://www.cumpleverde.com

    Thanks a lot. 🙂

    Sherlock Friend
    #464119

    Hi ger12,

    you could open the file of templates/ja_social/css/template.css and add this css

    a.iframe > img {
    position: relative;
    top: 20px !important;
    }

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Sherlock 12 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum