New Topic

Customize help, please.

Home › Forum › Account › Customize help, please.

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 5 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1073

    realplayers
    Participant

    Hello Startup-people!
    First of all, thank you for a very nice theme and supportforum!
    Link: http://www.bokaband.nu (using startuppro and a startupprochild)
    Help with:
    1. Removing the title on every post, please?!
    2. The text is stretching on every row, as it seems to make the textline all wide according to the amount of words.
    I would like the text to be set as it is, if you get what I mean??? (Mostly in the quoteboxes, but also in some headings,… actually everywhere)
    3. How can I make a frameborder around the tablecontent, this instead of using blockquotes.
    I can see the frameborder in WordPress preview, but not in “realview”!?

    Sincerely Timan

    #1076

    StartupWP
    Keymaster

    1. Looks like you figured that one out.

    2. Sure, you can use:

    .entry-content {
      text-align: left;
    }

    3. Sure, give this a try:

    table td {
      border: 1px solid #CCCCCC;
      padding: 10px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.