Announcement

Collapse
No announcement yet.

Moving to Responsive Design - CSS UL issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Moving to Responsive Design - CSS UL issues

    Hi

    We are in the process of moving a site to a Responsive design and are having issues with the new CSS layouts and HTML that we had embeded in Fragrments and products - specifically UL and LI tags messing up the display - it looses the font size and font from the rest of the fragment layout.

    Fragment text shown below, shows in Page Preview / on the site as per the attached.

    Code:
    Normal fragment text
    
    !!<<ul>
    <li>Item 1</li>
    <li>Item 2</li>
    </ul>>!!
    In View Page Source it looks like:

    Code:
    <p class="tabfrag">
             Normal fragment text<br /><br /><ul>
    <li>Item 1</li>
    <li>Item 2</li>
    And you can see in the attached picture the bulleted items don't keep the formatting of the normal fragment text.

    Any help appreciated?

    Thanks
    Kevin
    Attached Files
Working...
X