• I have a website and I cannot get the formatting to work at all. I am trying to use bullet points and spacing. I could enter a huge space on a page on my site and as soon as I hit publish it will revert back to normal. The weird thing is that the list items on the bullet boint show but not the actual bullet point. Can anyone offer assistance?

    http://growfuse.com/reputation-management/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Could you explain exactly what and where the problem is?

    Also, I like your design!
    What did you use for the social pages on the right , a plugin?

    Thread Starter Growfuse

    (@growfuse)

    themeforest.net/item/nevon-responsive-business-portfolio-theme thats the theme on the website. The problem is I have bullets on the admin side but it wont show up. In addition I can’t add more than 1 space which is very frustrating.

    Glad you liked the design

    Your theme removed the bullets in reset.css – you can add them back and adjust the line spacing by adding this:

    .entry ul li {
        list-style: disc outside none;
        line-height: 2;
    }

    Thread Starter Growfuse

    (@growfuse)

    Thanks WPyogi,
    can you point me to where reset.css is located?

    Does your theme have a custom CSS option? You really should avoid changing theme files – as those changes will be overwritten when the theme is updated. If it doesn’t you can add a Custom CSS Manager plugin and add the above code there. It should override the theme CSS – if it doesn’t work, I’d suggest you ask the theme developer for help – since we don’t really support commercial themes here – partly because they aren’t available for testing or use.

    Thread Starter Growfuse

    (@growfuse)

    Thank you so much Wpyogi,

    The bullets are working perfectly. However, this is still an error with the paragraph spacing. When I go into a page(the one in the original post) I tested by adding a big space between items. When I pressed publish it reset to a single space.

    I’d appreciate any more help. Thank you so much for the information so far.

    See if this will help:

    .entry p {
       margin-bottom: 10px;
    }

    You can adjust that 10 to bigger if you want more space.

    Thread Starter Growfuse

    (@growfuse)

    Yeah the error is when I click the publish button. When I am in the visual editor I can add as much space as I want. As soon as I hit the Publish button then it resets the space to a single one.

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Formatting Will not work’ is closed to new replies.