Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Jan 2015
    Posts
    484
    Plugin Contributions
    0

    Default Re: Images are small in mobile and tablet.

    It looks like you already have a hamburger menu on your template. As mentioned to make it look good on all devices you are going to have to edit the css files within your template.

  2. #12
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,602
    Plugin Contributions
    0

    Default Re: Images are small in mobile and tablet.

    Quote Originally Posted by chadlly2003 View Post
    It looks like you already have a hamburger menu on your template. As mentioned to make it look good on all devices you are going to have to edit the css files within your template.
    I am not talking about the mobile version. Mobile version is fine. I am talking about iPad/Tablet version.

  3. #13
    Join Date
    Jan 2015
    Posts
    484
    Plugin Contributions
    0

    Default Re: Images are small in mobile and tablet.

    To get the hamburger menu to display on tabet

    You need to find this is stylesheet_header_menu.css


    @media (max-width: 767px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }


    replace it with

    @media (max-width: 992px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }






    find amd replace this style and include media query

    @media (max-width: 992px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }


    and find this class and add media query like shown below


    @media (min-width: 992px) {

    #mega-container ul.mega-menu {
    float: left;
    background: rgb(1, 19, 82));
    background: -moz-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(1, 19, 82))), to(rgb(31, 120, 182)));
    background: -webkit-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -ms-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -o-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: linear-gradient(rgb(1, 19, 82)),rgb(31, 120, 182));
    list-style:
    none;
    display: none;
    }

  4. #14
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,602
    Plugin Contributions
    0

    Default Re: Images are small in mobile and tablet.

    Quote Originally Posted by chadlly2003 View Post
    To get the hamburger menu to display on tabet

    You need to find this is stylesheet_header_menu.css


    @media (max-width: 767px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }


    replace it with

    @media (max-width: 992px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }






    find amd replace this style and include media query

    @media (max-width: 992px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }


    and find this class and add media query like shown below


    @media (min-width: 992px) {

    #mega-container ul.mega-menu {
    float: left;
    background: rgb(1, 19, 82));
    background: -moz-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(1, 19, 82))), to(rgb(31, 120, 182)));
    background: -webkit-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -ms-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -o-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: linear-gradient(rgb(1, 19, 82)),rgb(31, 120, 182));
    list-style:
    none;
    display: none;
    }
    There is no code or query in stylesheet_header_menu.css file.

  5. #15
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,602
    Plugin Contributions
    0

    Default Re: Images are small in mobile and tablet.

    Quote Originally Posted by chadlly2003 View Post
    To get the hamburger menu to display on tabet

    You need to find this is stylesheet_header_menu.css


    @media (max-width: 767px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }


    replace it with

    @media (max-width: 992px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }






    find amd replace this style and include media query

    @media (max-width: 992px) {
    #menuContainer {
    float: none;
    border:
    none;
    box-shadow: none;
    display: block;
    margin:
    0;
    width: 100%;
    height: 50px;
    }
    }


    and find this class and add media query like shown below


    @media (min-width: 992px) {

    #mega-container ul.mega-menu {
    float: left;
    background: rgb(1, 19, 82));
    background: -moz-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(1, 19, 82))), to(rgb(31, 120, 182)));
    background: -webkit-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -ms-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: -o-linear-gradient(top,rgb(1, 19, 82)),rgb(31, 120, 182));
    background: linear-gradient(rgb(1, 19, 82)),rgb(31, 120, 182));
    list-style:
    none;
    display: none;
    }
    There is no such code in that file for the iPad/Tablet reponsive.

  6. #16
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,602
    Plugin Contributions
    0

    Default Re: Images are small in mobile and tablet.

    Anyone have any suggestions?

  7. #17
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,602
    Plugin Contributions
    0

    Default Re: Images are small in mobile and tablet.

    How can I make the new product module images full size in the mobile and tablet version.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 1
    Last Post: 29 Jul 2019, 01:51 AM
  2. v155 Blank box at top of mobile and tablet
    By rensing in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 31 Jul 2018, 06:52 PM
  3. v155 Twitch Additional Product Images Admin for Mobile/Tablet/Desktop Upload
    By twitchtoo in forum Customization from the Admin
    Replies: 5
    Last Post: 23 Feb 2018, 03:37 AM
  4. All my images are small
    By high2K in forum General Questions
    Replies: 1
    Last Post: 3 Jun 2011, 04:44 PM
  5. Ajax image swapper - All images are small - anyone help?
    By Graphic Content in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 5 Aug 2010, 02:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR