Slider Wide, unable to insert page line brakes

Homepage Community Forums Epik Theme Support Slider Wide, unable to insert page line brakes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9645
    Event
    Customer

      Hello,

      Unable to insert page line brakes in the slider wide area. Would like to have a small list of items in this area. Tried all types of coding, but did not work. The text just flows on one continuous line.

      #9646
      Event
      Customer
        This reply has been marked as private.
        #9659
        Wes
        Moderator

          What type of code are you adding exactly? Are you trying to add a list of things like this –

          <ul>
              <li>This is an example</li>
              <li>This is an example</li>
              <li>This is an example</li>
              <li>This is an example</li>
          </ul>
          

          Which would show up like this –

          This is an example
          This is an example
          This is an example
          This is an example

          To create paragraphs you can add the <p> tag before the text, and the </p> after like this –

          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
          
        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.