Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • marco17 Friend
    #984953

    Hi, we would like to move the telephone number in call position a little bit higher and to rigth just to allign to the menu bar.

    The website is http://www.mydjardines.com/

    I attach an image.

    Many thanks.

    Marco


    1. joomlart_mendozite
    Pankaj Sharma Moderator
    #985037

    Hi
    Go to /css/template.css file in the template folder .
    Find below code

    .live-support-actions {
        margin-top: 25px;
    }

    replace it with

    .live-support-actions {
        margin-top: 0px;
    }

    Also find this code

    #ja-callnow {
        float: right;
        height: 27px;
        line-height: 27px;
        margin: 8px 10px 0 0;
        font-size: 100%;
        padding-left: 15px;

    replace it with

    #ja-callnow {
        float: right;
        height: 27px;
        line-height: 27px;
        margin: 8px 0px 0 0;
        font-size: 100%;
        padding-left: 15px;

    Changed the padding value to move it in right .

    save file , clean Joomla cache and check .

    marco17 Friend
    #985100

    Hi,

    Many thanks!

    All is ok but to move to right i have put 0 in padding-left value and it doesn’t go completly to the right:

    ja-callnow {

    float: right;
    height: 27px;
    line-height: 27px;
    margin: 8px 10px 0 0;
    font-size: 100%;
    padding-left: 0px;
    background: url(../images/icons/icon-callnow.png) no-repeat left center;

    http://www.mydjardines.com/

    Marco

    Pankaj Sharma Moderator
    #985102

    Yes its used to move it completely in right.
    Glad the code works for you.
    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 5 months ago.

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