• Resolved z_dize

    (@z_dize)


    Hello, please see http://www.smallbusinessguides.co/, as you noticed I have three boxes at the bottom. The first of the box, “recommended products” has a text below the title. But it is not visible since it is hiding beneath the said title. What I want to do is put it somewhere in the middle of the box. I tried editing the widget’s p styling in the stylesheet and put some sort of margin-top but I can see no effect.

    Hope you can help me out, I think this is rather a newbie question but any instruction will be deeply appreciated. Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • I can’t see any text boxes…

    Thread Starter z_dize

    (@z_dize)

    decided to revert back to no boxes since I wasn’t getting anything. But in any case, you should modify p with { margin-top: xxx } is that right?

    No idea without seeing the problem.

    Thread Starter z_dize

    (@z_dize)

    here http://www.smallbusinessguides.co/

    check on it again.. you should be able to “see”, rather not see, something like TEXT TEXT behind the title of the first footer box. I think I messed up the whole footer wrap as well.

    Try changing margin: 0 0 5px; to margin: 40px 0 5px; in:

    #footer-widgeted h4 {
        border-bottom: 1px dotted #AAAAAA;
        color: #333333;
        font-family: Georgia,"Times New Roman","Trebuchet MS",sans-serif;
        font-size: 16px;
        font-weight: normal;
        margin: 0 0 5px;
        padding: 0 0 3px;
    }

    Adjust the top margin to suit.

    Thread Starter z_dize

    (@z_dize)

    sorry, I made a change, it is not a widget title now but a paragraph in a “text” widget.

    I tried applying it here:

    #footer-widgeted p {
    font-weight: normal;
    margin: 40px 0 5px;
    padding: 0 5px;
    }

    but it didn’t work. any idea why?

    Try using #footer-widgeted .textwidget

    Thread Starter z_dize

    (@z_dize)

    nah, not even a budge.. 🙁

    Thread Starter z_dize

    (@z_dize)

    oops.. got it to work now. thanks for your help!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Paragraph margin on Widgets’ is closed to new replies.