Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • okkhalid Friend
    #197867

    Hello,

    I have small problem with the layout, I created a table with JCE editor for a restaurant menu.
    but I had too play with the table layout so I can get mobile responsive.
    But he issue here:
    in desktop or bigger screen: the table is very small and not fit the page
    in the mobile its out side the screen or the view.

    The mobile view:

    So is there is any way to create this table to be a mobile friendly and desktop and big screen . please help thanks


    1. photo
    TomC Moderator
    #535480

    How “wide” are you wanting your menu table to display on desktop view?

    okkhalid Friend
    #535483

    Hi, just to fill the space at least, I have put a red line boards
    so I have some space on the right and left of the page.

    Thank you


    1. red
    Saguaros Moderator
    #535650

    @okkhalid,

    Please try to create a new css file called custom.css in this path: /templates/ja_fixel/css and add this css rule:

    @media (max-width: 360px) {
    .article-content.clearfix td {
    padding: 8px 7px;
    }
    }

    And go to backend > change the style of that table:

    <table border="0" align="center" style="height: 2332px; width: 351px;">
    to:

    <table border="0" align="center" style="height: 2332px; width: 100%;">

    Hope this helps.

    okkhalid Friend
    #536323

    Hi, I have did what you have suggested, but the iphone view is still not working good


    1. photo
    Saguaros Moderator
    #536344

    I’m afraid that you must reduce the width of image to have a nice look, pls try to change above css to:


    @media (max-width: 360px) {
    .article-content.clearfix td {
    padding: 8px 0;
    }

    .article-content.clearfix img {
    width: 80px;
    }
    }

    okkhalid Friend
    #536459

    Great that works perfect 100%

    pacochami Friend
    #539572

    Sorry, but i cannot see my site on an iPhone. My safary blows up when visualizing the site

    Saguaros Moderator
    #539599

    You can post your site’s URL here so that I can have a look and give you suggestion.

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

This topic contains 9 replies, has 4 voices, and was last updated by  Saguaros 10 years, 4 months ago.

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