headers/titles above columns in 2813

  • Unknown's avatar

    Is there any way to create headers or titles above the .primary, .secondary.left and ,secondary.right columns in 2813? Eg: “blog”, “recent writing”, “visual projects”?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You could do that with the content rule. Try this as an example to get you started:

    .secondary .left:before {
    font-size: 150%;
    font-weight: bold;
    content: "Left";
    }
    .secondary .right:before {
    font-size: 150%;
    font-weight: bold;
    content: "Right";
    }
  • The topic ‘headers/titles above columns in 2813’ is closed to new replies.