Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • woosha Friend
    #203485

    We have the problem that the image not resizeing in IE and FF in Crome it works.

    Pankaj Sharma Moderator
    #558300

    HI as i can see that you have defined a static width for your image in the article body .
    I suggest you to remove it .
    I also suggest you to use images & links option in article manager >>article to add your images .

    <div class="img_caption none" style="float: none; width: 1030px;"><img class="caption" title="Massor med finesser i nya SWINX ScanLev!" src="/onepage/images/SWINX-ScanLev-Ny-Version.JPG" alt="SWINX ScanLev - ny version" itemprop="thumbnailUrl"><p class="img_caption">Massor med finesser i nya SWINX ScanLev!</p></div>

    change it into

    <div class="img_caption none" style="float: none;"><img class="caption" title="Massor med finesser i nya SWINX ScanLev!" src="/onepage/images/SWINX-ScanLev-Ny-Version.JPG" alt="SWINX ScanLev - ny version" itemprop="thumbnailUrl"><p class="img_caption">Massor med finesser i nya SWINX ScanLev!</p></div>

    Let me know if it helps

    woosha Friend
    #558320

    It worked great after we put the image in the article instead. One other thing. The headline is cut off and when you shrink the size of the page some text will aper behind the logo.

    Pankaj Sharma Moderator
    #558459

    HI i checked you site in my Mobile and in PC chrome its working fine . did not notice the issue .
    Please check it again , or add a screenshot of this issue .I will help you

    woosha Friend
    #558487

    Her is the screenshot. This is taken i FF.


    1. 201412120900
    2. 201412120901
    Ninja Lead Moderator
    #558764

    @woosha: Hope my solution will help you to fix the problem on your site

    Open templates/ja_onepage/local/css/themes/metro/template.css file

    find and change


    .article-title,
    .article-header h1 {
    margin: 0 0 10px 0;
    }

    .logo-image a {
    background-image: url(../../../../images/themes/metro/logo.png);
    height: 21px;
    width: 105px;
    }

    to


    .article-title,
    .article-header h1 {
    margin: 10px 0 10px 0;
    }

    .logo-image a {
    height: 21px;
    width: 105px;
    }

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

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 10 months ago.

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