• I am having trouble in changing margins of my posts.
    Like when i change margin of<p> in one post.The margin of <p> tag of another post automatically changes.Pls help me because i am using Custom CSS — Siteorigin. My blog has two posts .
    I am having problem in customizing it.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nalinpuri

    (@nalinpuri)

    pls tell

    • This reply was modified 7 years, 7 months ago by nalinpuri.

    Sorry, that is how CSS works. When you create a rule to define <p> tags it is for ALL <p> tags. You could target specific <p> tags if you add a parent element class selector also.

    like
    .entry-content p {rule;}
    or
    p.example {rule;}

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Having Margin problem pls help’ is closed to new replies.