Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1461851

    Hi,
    i would like to add a specific width to a color section.
    How can i do that?
    kind regards
    Jak

    #1461871

    Hey Jak73,

    You can give the section an ID in the element options, then use the ID in CSS like this:

    #your-id .container {
      width: 1000px;
      max-width: 1000px;
    }

    Best regards,
    Rikard

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