Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51224
    pips
    Participant

    Hello Sakin,

    There is an error in one of your layouts. The text is not breaking in responsive design if you chose the 3th layout.

    Here the proof:

    Both times it is exactly the same content. In the first one it does break the text correctly in the responsive layout but in the second one it doesnt breaks the text.

    Layout 1 (with widget on the left-side): http://www.lichtundmusik.ch/ueber-uns/ (works perfectly in responsive layout)

    Layout 3 (no space for widget): http://www.lichtundmusik.ch/ueber-uns2/ (doesnt break the text in responsive layout 🙁 )

    #51242
    Sakin
    Keymaster

    @pips: It’s because of the CSS that you have added in for your layout 3. Please find the following css in “Appearance => Theme Options => Custom CSS” box and remove it and then it will work fine.

    .no-sidebar #primary {
    width: 820px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Responsive error in one layout’ is closed to new replies.