Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #623738

    Nun ist das Chaos auf der Unterseite perfekt … der Text läuft außerhalb des Textfelds weiter … siehe Screenshot. Was kann der Grund hierfür sein?

    Viele Grüße.

    #625196

    Hey,

    Can you please link the Page of the screenshot?

    Best regards,
    Josue

    #625327

    Hi Josue,
    in the meanwhile I found out that the reason for this is that in the field sub-points are listed and lines do not wrap (the wordwrap does not work). Can you change that?

    Regards,
    Nic

    #626333

    Hi,

    habe mir den Text angeschaut und er läuft nicht mehr drüber. Konntest du es bereits fixen? Bitte Browser Cache leeren und einige Male hard refresh machen.

    Gruß,
    Andy

    #626357

    Danke Dir! Wenn der Kasten schmaler wird, läuft der Text raus. Habe den Kasten daher breiter angelegt und einen Zeilenumbruch erstellt. Ist ein Zeilenumbruch generell bei Aufzählungszeichen ausgeschlossen oder warum besteht das Problem, dass der Text dann rausläuft? Dürfte doch eigentlich nicht sein, oder?

    Viele Grüße.

    #626970

    Hey!

    du kannst das responsive Verhalten anpassen mittels diesem Code im Quick CSS Feld:

    @media only screen and (max-width: 1024px) {
    .flex_column.av_one_fourth.flex_column_div.avia-builder-el-6.el_after_av_three_fourth.avia-builder-el-last.column-top-margin {
    width: 100%;
    }}
    

    Passe die media queries (max-width) entsprechend der Browsergröße an.

    Gruß,
    Andy

    #627019

    Danke dir. Was bewirkt der Code denn?

    Viele Grüße.

    #627067

    Hey!

    er bewirkt, dass das entsprechende Element (text box) früher einen width Wert von 100% erhält, wenn du die Browsergröße verkleinerst. Am besten du schaust einfach selbst was er macht :)

    Cheers!
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.