• Resolved chartsandtrends

    (@chartsandtrends)


    I have two blogs with same version of latest Evolve+ theme based on Kirky framework.
    With my newly created blog this display issue (text squeezed to the left side of the mobile device screen) does not occur although I have simmilar plugins for both.
    On chartsandtrends blog I have deactivated all additional plugins for testing purposes but to not avail.
    I have AMP installed and when modifying appearence for AMP on mobile devices in portrait format I do see on my computer screen the text in non-AMP configuration squeezed to the left becoming a regular display once AMP is activated.
    But this does not solve the display issue on a mobile device although AMP configuration has been published.
    I am stuck here. Help is welcome.
    Thanks,
    Roch

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter chartsandtrends

    (@chartsandtrends)

    Problem solved by Theme provider according to:

    @media (min-width: 768px) {
    	#primary {
        -ms-flex: 0 0 80.000000%;
        flex: 0 0 80.000000%;
        max-width: 80.000000%;
    }
      #secondary {
        -ms-flex: 0 0 20.000000%;
        flex: 0 0 20.000000%;
        max-width: 20.000000%;
      }
    }
    
    #secondary-2 {
        -ms-flex: 0 0 20.000000%;
        flex: 0 0 20.000000%;
        max-width: 20.000000%;
    }

    The % should alsways add up to 100%.
    The @media parameter and min-width parameter is for the side bar to be displayed below the content on mobile phones.
    Content = primary
    Sidebar1 = secondary
    Sidebar2 = secondary2

Viewing 1 replies (of 1 total)
  • The topic ‘Display of post in portrait format on mobile phone is squeezed to the left’ is closed to new replies.