Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • lailuluelo Friend
    #1009706

    Hello,

    I need to make bigger "Appointment position", like in the picture (I need all red rectangle), using the entire width of the template.

    Could you help me?

    thanks


    1. qo
    pavit Moderator
    #1009717

    Hello

    you can edit this file /templates/ja_medicare/tpls/blocks/header.php and change from

    <!-- MAIN NAVIGATION -->
    <div id="t3-mainnav" class="col-xs-12 col-sm-12 col-md-9">

    TO:

    <!-- MAIN NAVIGATION -->
    <div id="t3-mainnav" class="col-xs-12 col-sm-12 col-md-12">

    Regards


    1. Screenshot-at-feb-11-22-10-32
    lailuluelo Friend
    #1009720

    Thank you very much, works!

    lailuluelo Friend
    #1009752

    I’m so sorry @pavit, but responsive mode does not work for that position, it also occurred before the change. Not only in "Home", in all pages.

    Please, have a look to screen shoots

    Thank you


    1. Screenshot_20170211-235424
    2. Screenshot_20170211-235430
    3. Screenshot_20170211-235536
    pavit Moderator
    #1009757

    Hello

    try to add this to your custom.css file

    @media screen and (max-width: 979px) {
    .appointment-content {
    position:initial!important;
    }
    }
    lailuluelo Friend
    #1009758

    Thank you

    @pavit, One last thing, the logo I have it in a single image and it does not modify the size in small devices. However, the 4 images below I put them with a div simulating a table and also does not show well on small devices, Can you help me?


    1. Sin-título
    2. Screenshot_20170212-092647-
    3. Screenshot_20170212-092654-
    pavit Moderator
    #1009766

    Hello

    Regarding logo img you should add it in div and define for that div a class then manage div class for various screens resolutions, something like

    @media screen and (max-width: 979px) {
    .divclass {
    display;.......;
    }
    }

    same thing for your images in a table

    @media screen and (max-width: 979px) {
    .cell {
    display:inlinel!important;
    }
    }

    Regards


    1. Screenshot-at-feb-12-11-53-29
    lailuluelo Friend
    #1010162

    @pavit, I’m so sorry but I`m not designer and I don´t know css very good. I thought Joomlart Templates are responsive, isnt it?, so… why we need to patch positions to make them responsive?

    Thank you for everything

    pavit Moderator
    #1010178

    so… why we need to patch positions to make them responsive?

    You added a custom module into appointment position and this is not the right way to do it , all positions are responsive but you will need to respect some parameters to have them working as should. like preformatted media queries for such positions.


    1. Screenshot-at-feb-13-19-08-30
    lailuluelo Friend
    #1010371

    This is, in the documentation of the template specifies that I can put in each position and with that structure, isn’t it?

    Thank you @pavit

    pavit Moderator
    #1010381

    in the documentation of the template specifies that I can put in each position and with that structure, isn’t it?

    Yes but you will need to respect all preformatted settings

    .cell is a custom rule

    lailuluelo Friend
    #1010397

    So if I need to have a module like me, above menu, with a picture and text. Which is the best module to modify? Thanks @pavit

    pavit Moderator
    #1010415

    Which is the best module to modify? Thanks @pavit

    You will need to create as i told you custom divs, assign css classes to such divs ( margins, width, float, etc etc ) and manage each css class settings for different media queries.

    as you can imagine it will require a dedicated custom work

    Hope it helps

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

This topic contains 12 replies, has 2 voices, and was last updated by  pavit 7 years, 9 months ago.

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