Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • natali.klochan Friend
    #978781

    Hi guys. I almost finish my website. And I want to ask you a few questions about switcher on Iphone mode. My pages with horizontal style template now displaying pictures in Smathphone mode. But when I turn on a switcher language, I see the page like photo 1.

    And when I turn off a css rule

    @media (max-width: 480px)
    .has-horizontal .t3-header {
        position: absolute !important;

    I see the page like photo 2.

    Tell me please.. How can i that I see pictures in this page in smartphone mode AND this block switcher language will be displaying is normal.. from right side and in one line (css rule .head-right – photo 3).

    Thanks.


    1. 01
    2. 02
    3. 03
    Pankaj Sharma Moderator
    #978827

    Hi
    This is the current view of Home menu : http://prntscr.com/cwxenl
    You can make them in one line by the change in the column size from header.php file .
    Open tpls/blocks/header.php
    Find

    col-xs-4 col-md-3 head-right

    replace col-xs-4 with col-xs-6 .
    save and checlk .

    natali.klochan Friend
    #979164

    Yes. I did. But when I have col-xs-4, then I see the switcher like photo 1. And when I have col-xs-6, then I see the switcher like photo 2. What should I change that the switcher will be from right side and on one line with icon canvas menu?


    1. 01-1
    2. 02-1
    natali.klochan Friend
    #979169

    Pankaj, I understand..
    I forget change col-xs for logo position.
    Now I see the switcher language is good like photo 1.
    But on the page with horizontal template style I see like photo 2.
    How can I combine to save my css rule for .has-horizontal .t3-header and my switcher will be displaying like other pages?


    1. 1-6
    2. 2-3
    Pankaj Sharma Moderator
    #979302

    Hi
    Did u solved it ?
    It looks fine in the iPhone view : http://prntscr.com/cxq4v3

    natali.klochan Friend
    #979314

    Pankaj.. At home page and others switcher looks fine. But collection and coming soon pages displaying is not good. I have changing this pages for horizontal template style

    @media (max-width: 480px)
    .has-horizontal .t3-header {
        position: absolute !important;
        background: none !important;
        border: none !important;

    And when I delete position: absolute !important;

    switcher displaying is fine, likes other pages.
    But I need this rule because I need that pictures on this pages at smartphone mode displaying from top without any margin.
    Can I combine to save this rule and switcher displaying is good like other pages?

    Pankaj Sharma Moderator
    #979324

    Hi
    Can u share the page URL here , where the switcher is not display correctly .

    natali.klochan Friend
    Pankaj Sharma Moderator
    #979489

    Hi
    You have to remove this code

    @media (max-width: 480px)
    .has-horizontal .t3-header {
        position: absolute !important;
        background: none !important;
        border: none !important;
    }

    from your custom.css file to fix the problem .

    natali.klochan Friend
    #979493

    Yes. I understand. But how I make that photos will be from top (0 px from top) in this pages?

    Pankaj Sharma Moderator
    #979495

    Hi
    I do not understand what do u mean by : But how I make that photos will be from top (0 px from top) in this pages?
    I just check the issue , it looks fine now : http://prntscr.com/cy3lhm

    natali.klochan Friend
    #979496

    t3-header has a height.
    and photo goes down..
    can I make that photo located at the top… even higher (photo 1)
    sorry for my English


    1. 01-2
    Pankaj Sharma Moderator
    #979502

    Hi
    You can remove the t3-header padding-bottom value using media query

    
    .t3-header {
        padding-top: 30px;
        padding-bottom: 0px; }
    
    `So there is less space : http://prntscr.com/cy3ryc
    natali.klochan Friend
    #979503

    Ok. Thanks, Pankaj.

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

This topic contains 13 replies, has 2 voices, and was last updated by  natali.klochan 7 years, 6 months ago.

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