New Topic

Center text in box

Home › Forum › Help › Center text in box

This topic contains 4 replies, has 2 voices, and was last updated by  StartupWP 6 years ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #561

    mishmac
    Participant

    Here is my page http://wormcompostingandmore.com

    I want to make the text smaller over all  throughout the site. I think I have got the short code sort of figure out but I want the text centered in the box and as well as change the back ground color.

    I think I am at the end of my proverbial rope with this wordpress stuff   HELP!  haha


    Bazzzzzzzinga!

    #562

    mishmac
    Participant

    oh and I am using Startup pro child


    Bazzzzzzzinga!

    #563

    StartupWP
    Keymaster

    Smaller font size:

    #content, .widget-container {
    font-size: 80%;
    }

    Centered box text with background color and other styles at your disposal:

    .box {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 4px double #CCCCCC;
    box-shadow: 0 0 2px #CCCCCC;
    float: left;
    margin: 1%;
    padding: 1%;
    text-align: center;
    }

    #564

    mishmac
    Participant

    I apologize if this sounds silly but….where do I paste it?


    Bazzzzzzzinga!

    #565

    StartupWP
    Keymaster

    Sorry, you said you were using a child theme.

    However, you can just use:

    https://startupwp.com/topic/customizing-your-theme/

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.