Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I had a look at your site but I’m not sure what part you mean. Can you send a screenshot of the text you want centering?

    I thought perhaps could be the text under ‘Colunas’ ?

    You can center like this :

    Screenshot

    If thats right put this CSS into your custom css or child theme style.css so that you won’t lose all the changes made when the theme updates.

    Child themes are the safest way to go when doing all kinds of modifications.

    #equal-well a {
       margin-left: 75px;
    }

    Let us know if we can help more! 🙂

    – Luke

    Thread Starter ceballos93

    (@ceballos93)

    No, i want the text that is under the name of a category centered. For example, when you click on one category on “Colunas” (Letra a Letra is the only one until now with a description), it shows the title of the category and a description under it. I’d like to center that description.

    For example on that link above. It shows “Letra a Letra”, but the text “A coluna pretende analisar, interpretar e compreender de forma mais detalhada o universo lírico complexo dos álbuns conceituais.” is not centered as well.
    http://www.discosconceituais.com/categoria/letra-a-letra/

    Thank you for your help,

    Thread Starter ceballos93

    (@ceballos93)

    And where do I put that code if I want these modifications?
    Which place on my custom.css?

    Thank you!

    Like this:

    Screenshot ?

    Some themes have an option to add custom css but this is in danger of being lost when your theme updates. (I don’t think Luminescence-lite has this option).

    The best and most recommended way to do it is by creating a child theme.

    http://codex.wordpress.org/Child_Themes

    This is the code you need once your child theme is set up:

    .category-header p {
      text-align: center;
      margin: 0 50px 0 50px;
    }

    I hope that helps!

    – Luke

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align Paragraph center’ is closed to new replies.