- This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Slider Wide, unable to insert page line brakes
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.
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>