Okay
  Public Ticket #1063119
Width to switch to mobile view
Closed

Comments

  •  2
    pixelschupfa started the conversation

    Hello,

    how can i change the width when the Theme switch to the mobile version? Because i need to switch earlier to the mobile version, because some text is cut off now. See in Screenshot.

    Thank you. Tina

  •  2,010
    Ocean replied

    Hi,

    You can add css code to change width of text block:

    http://www.awesomescreenshot.com/image/431375/60a65bbd73398f66ec983fe267a49737

    @media only screen and (min-width: 1170px){
    .cd-half-block .block-text{ padding: 0 12%; }
    }


  •  2
    pixelschupfa replied

    Hello,

    no i don't want to edit the padding in the media screen because than are the buttons (menu and arrows) over the text. 

    See the screenshot - i want to change that the mobile version is displayed earlier at 1300px. So the problem will be solved. 

    Thank you. Tina

  •  2,010
    Ocean replied

    So you have to edit file "themes/pallas/stylce.css"

    Find and replace "1170px" to "1300px"

    Remember backup that file before.