Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Daniel Löf Friend
    #139779

    Where is the line in template.css where I remove the boarder that wrapps around inserted images?

    Cheers!

    Daniel Löf Friend
    #299471

    Anyone? I have tried looking in the template.css but can not seem to find the right spot… :S

    Css Magician Friend
    #299601

    Hi dlof,

    With images in content, template.css line 207, with images in module, template.css line 1189. You can see it by Firebug in Firefox

    Arvind Chauhan Moderator
    #299604

    To remove the border from the articles Back up and open /templates/ja_nickel/css/template.css around line 207

    change this code :

    [PHP].article-content img {
    margin-right: 10px;
    margin-top: 5px;
    padding: 3px;
    border: 1px solid #DDDDDD;[/PHP]

    to this

    [PHP].article-content img {
    margin-right: 10px;
    margin-top: 5px;
    padding: 3px;
    border: none;[/PHP]

    To remove the border from module pics. edit the same file at line 1188.

    change this code
    [PHP]
    div.ja-innerdiv img {
    margin: 5px 10px 0 0;
    padding: 3px;
    border: 1px solid #DDDDDD;[/PHP]

    to

    [PHP]div.ja-innerdiv img {
    margin: 5px 10px 0 0;
    padding: 3px;
    border: none;[/PHP]

    This will help.

    regards

    arvind

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

This topic contains 4 replies, has 3 voices, and was last updated by  Arvind Chauhan 15 years, 5 months ago.

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