Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • modalia Friend
    #206719

    Hello, how can I hide the icons print, mail and share in the mobile version?

    modalia.es

    Thank you very much
    Javi


    1. iconos-mobile
    Saguaros Moderator
    #572312

    You can add this css rule into: root/templates/ja_magz/css/custom.css

    @media (max-width: 320px) {
    .menu-edit.pull-right, .item-page .addthis_button_compact {
    display: none;
    }
    }

    Saguaros Moderator
    #737349

    You can add this css rule into: root/templates/ja_magz/css/custom.css

    @media (max-width: 320px) {
    .menu-edit.pull-right, .item-page .addthis_button_compact {
    display: none;
    }
    }

    modalia Friend
    #572539

    Hello , besides the code that you indicate I put this:

    .article-info {
    width: 100%;
    }

    For the author and category will see on the same line.

    This is the change I’ve made:

    @media (max-width: 320px) {
    .menu-edit.pull-right, .item-page .addthis_button_compact {
    display: none;
    }
    .article-info {
    width: 100%;
    }
    }

    Thank you very much for your great support!

    Javi

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

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

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