• Resolved zensurfer

    (@zensurfer)


    I’m finding that the body spacing between paragraphs in Semiologic 2 columns is not wide enough in my posts and pages.

    I’ve spent yonks trying to find which file to edit, can anyone help me out here and let me know which file I need to look in and also what to be looking for?

    Many thanks in advance.

    Robin

Viewing 6 replies - 1 through 6 (of 6 total)
  • Your stylesheet is the one to go for.

    Try adding something like this:

    p {
    margin: 1em 0; }

    You can create a custom.css file and drop it in the theme directory in Semiologoc-2-col. Add your changes in this file to override the template.

    Thread Starter zensurfer

    (@zensurfer)

    Thanks guys, I tried what you both suggested but to no avail. I’m relatively new to this so maybe I’m missing something, even though I’ve edited other blog css before with success.

    Any ideas which file the default paragraph spacing code would be in?

    In the existing styles.css it only lists this:

    @import url(canvas.css);
    @import url(sizes.css);
    @import url(fonts.css);
    @import url(skins.css);

    Mike I uploaded a custom.css with only:

    p {
    margin: 1em 0; }

    In it and played around changing 1em to 5em, 10em etc. Nothing seemed to work.

    Any ideas what I’m doing wrong?

    TIA

    Robin

    Have you got a url we could look at?

    in v.3.2, you likely want it to be:

    .custom #main p
    {
    margin: 2em 0;
    }

    Thread Starter zensurfer

    (@zensurfer)

    Yup that did it Denis. Thanks.

    Robin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Increasing spacing around paragraphs’ is closed to new replies.