Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • michaelshive Friend
    #125361

    First of all, thank you for the top-notch work you guys are doing. I’ve really enjoyed your templates and appreciate your creativity.

    I created a new module in user5 where I just want to place 1 image instead of using RSGallery. However, the top of the image is not aligned with the modules to the right. How can I align it?

    http://www.dentalsuccess.biz/index.php

    Also, I would like to modify the font color for hyperlinks on this page but cannot figure out how to do this:

    http://dentalsuccess.biz//index.php?option=com_hwdcourses&Itemid=40

    I’ve tried modifying the CSS in the component but it makes no difference.

    Thanks!

    Menalto Friend
    #240886

    Did you get this thing solved?

    michaelshive Friend
    #240893

    No I was not able to solve it.

    Sherlock Friend
    #241069

    I think you can change it at green.css file (templates/ja_avian_ii_m/css/colors/green.css).
    Search there lines:

    a {
    color: #8DC63F;
    text-decoration: none;
    }

    a:hover, a:active, a:focus {
    color: #8DC63F;
    }

    And change them as you want

    Sherlock Friend
    #241074

    <em>@michaelshive 38689 wrote:</em><blockquote>First of all, thank you for the top-notch work you guys are doing. I’ve really enjoyed your templates and appreciate your creativity.

    I created a new module in user5 where I just want to place 1 image instead of using RSGallery. However, the top of the image is not aligned with the modules to the right. How can I align it?

    http://www.dentalsuccess.biz/index.php

    </blockquote>

    You must edit template_css.css file (templates/ja_avian_ii_m/css/template_css.css) . Change from(line 1277) :
    #ja-topsl-main {
    width: 58%;
    float: left;
    margin-top: 8px;
    }

    to
    #ja-topsl-main {
    width: 58%;
    float: left;
    margin-top: 0px;
    }

    And (line 105)
    p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    padding: 0;
    }

    to
    p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {

    margin-top: 15px 0;padding: 0;
    }

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

This topic contains 5 replies, has 3 voices, and was last updated by  Sherlock 16 years, 8 months ago.

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