Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tikva Friend
    #147644

    Hi There

    I would like to add a small Icon image on the left side of all Left Column Menu Titles, but am not having any success trying to work it out for myself.

    To show what I mean, I have attached an image to this post, which has red arrows pointing to where I would like the Icon placed, if my usage of “left column menu title” doesn’t make any sense.

    Many thanks for any assistance!


    1. Menuicon
    denis25 Friend
    #329265

    Try with this in template.css :

    .ja-inset1 div.ja-module h3, .ja-inset1 div.module h3 {
    background: url(../images/arrow.png) no-repeat 5% 50%;
    z-index: 1000;
    padding: 8px 30px;
    }

    tikva Friend
    #329266

    That worked, so thank you for that! My only problem now is that I am using a custom icon, and it is a bit too close to the Text of the Title. Would you happen to know how I can increase the space between the Icon and the Title?

    Cheers!

    denis25 Friend
    #329294

    In order to move the title of the left modules, you have just to modify the padding

    for example :

    .ja-inset1 div.ja-module h3, .ja-inset1 div.module h3 {
    background: url(../images/arrow.png) no-repeat 5% 50%;
    z-index: 1000;
    padding: 8px 40px;
    }

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

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

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