Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1276575

    Hello together
    I have added the following code to this page
    Code in private-content

    i want the text to be flush on the left everywhere

    print scree below

    thanks
    kind regards
    Franz

    #1276731

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    #sanitaetsdienst .container {
      padding: 0;
    }

    Best regards,
    Rikard

    #1277006

    Thank you Rikard
    this fits great

    I can also write several containers in a row?
    example below.

    so it does not work for me

    kind regards
    Franz

    #1277274

    Hi Franz,

    Thanks for the update. If you want to target the container element in all of those sections, then you would have to use CSS like this:

    #sanitaetsdienst .container, #philosophie .container, #ueberuns .container {
      padding: 0;
    }

    Best regards,
    Rikard

    #1277351

    Many thanks
    Rikard

    For your quick reply.

    Works great.
    You can close this request.

    Kind regards
    Franz

    #1277589

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘text left-justified’ is closed to new replies.