• Bullet points seem to be aligning to the far left on desktop blog posts. On mobile, the numbers seem to spill off the left side of the screen.

    How can we resolve this?

    It happens on blog posts with numbered or bulleted lists.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Looking at your site, you use aj theme, which could not be found in the www.ads-software.com/themes/ directory, as far as I can see.

    If this was a custom theme, you may have to go back to your developer team and ask them to make the necessary change(s) to the theme.

    If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product. Commercial products are not supported in these forums.

    Hello @jenataj,

    Please add the below CSS for the desktop and mobile sides.

    ol{
    	margin-left: 20px;
    }

    Thanks,

    Hello @jenataj

    if you add below css

    .row ol{
    	margin-left: 16px;
     }

    or add the below css

    .row ol {
        padding-left: 2rem;
    }

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullet points aligning incorrectly’ is closed to new replies.