Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • saswiss Friend
    #190398

    Hi,

    logo
    on the desktop site I changed the logo to be wider than the original. Viewing it on the table (iPad), it’s ok, but on a mobile, it gets cut off – the whole logo is not displayed.

    facebook (top right of grid)
    the text of the ‘like’ gets truncated too

    Twitter
    the icon and text are truncated too

    The text in 1 of the custom html modules (screenshot…artist benefits) had 3 bullets, only 1 is completely visible, the 2nd partially and the 3rd not at all…

    any suggestions?
    the site is http://www.myartforrent.com


    1. tablet
    Ninja Lead Moderator
    #505124

    I could not find the problem facebook and twitter on the link as you mentioned.

    But the problem logo on your site you can fix it this way

    Create templates/ja_fixel/css/custom.css file

    Add new script

    @media (max-width: 767px) {
    .logo-image a {
    background-image: url("/templates/ja_fixel/images/logo_mobile.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 60px;
    display: block;
    }
    }

    saswiss Friend
    #505125

    Hi Ninja,
    thanks, in the end I just removed both FB and Twitter…

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

This topic contains 3 replies, has 2 voices, and was last updated by  saswiss 11 years, 2 months ago.

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