Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • tulioc Friend
    #188136

    Hi,

    How can I move up and left the hotline module position up and left? Please see image attached.

    Thanks,

    Tulio


    1. POSITION
    TomC Moderator
    #495520

    So that I can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General settings

    tulioc Friend
    #495526

    Hi TomC,

    Thanks for your reply.

    http://www.imagad.com

    Optimize CSS set to “NO”

    Regards,

    Tulio

    TomC Moderator
    #495529

    To move the element up and to the left, you can try this . . .

    Within file path –> /templates/ja_vintas/css/virtuemart.css

    at line 9, add a “margin-right” and “margin-top” property to the CSS rule – for example:


    #ja-hotline {
    float: left;
    margin-top: -30px;
    margin-right: 100px;
    }

    Does that work out for you?

    tulioc Friend
    #495532

    Hi TomC, thanks for your reply.

    Check it. Didn’t change. I change numbers and nothing.
    Can you please check it?

    Thanks,

    Tulio

    TomC Moderator
    #495534

    Did you save your changes — clear your JAT3 and browser cache — refresh?

    It doesn’t appear that you saved your changes

    tulioc Friend
    #495537

    Found the issue.

    Regards,

    Tulio

    TomC Moderator
    #495539

    This is strange then …. because when I bring up your site in Firebug and examine the CSS for that element – within file path:
    /templates/ja_vintas/css/virtuemart.css – I’m still seeing only the following:


    #ja-header-info {
    float: right;
    font-family: "Times New Roman";
    font-size: 0.857em;
    margin-top: 0;
    text-transform: uppercase;
    }

    #ja-hotline {
    float: left;
    }

    #ja-hotline .phone {
    background: url("../images/icon-phone.png") no-repeat scroll 0 0 transparent;
    }

    #ja-hotline .phone strong {
    color: #E3575A
    }

    If the CSS rules I cut-and-pasted above are not appearing in THAT order (above),
    then I’m thinking you’re looking in the wrong CSS file

    tulioc Friend
    #495541

    Hi Tom,

    I found the issue. Solved. Thanks for your valuable help.

    Regards,

    Tulio

    TomC Moderator
    #495542

    Glad to be of assistance … All the best with your continuing site development !!!

    😎

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

This topic contains 10 replies, has 2 voices, and was last updated by  TomC 11 years, 4 months ago.

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