New Topic

Center text in box

Home › Forum › Help › Center text in box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.