Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author alvaron

    (@alvaron)

    On “Thumbnail Border:” use something like “1px #ff9933 solid;border-radius:9px” or “0px #ff9933 solid;border-radius:9px”

    It is working on my site homepage

    All the best

    Thread Starter iversoncru

    (@iversoncru)

    Hi! thanks for the tip.
    It works but i cannot find how to change the border of the whole table!
    I got everything with round corners but the big container of the table.
    I have tried to add this:

    table#div_postlist tbody{
    	border-top-left-radius: 5px !important;
    	border-top-right-radius: 5px !important;
    	border-bottom-right-radius: 0px !important;
    	border-bottom-left-radius: 0px !important;
    }

    but i get nothing.
    Is it possible to change?
    here is the website where im using the plugin: http://www.usenreuse.co.uk in the home page and you can notice all round corner except the bigger container!
    Can you help me please?

    Plugin Author alvaron

    (@alvaron)

    You mean something like this?

    #div_postlist {
    background-color: #8EAA39 !important;
    border-radius: 12px;
    }

    on your style css you have on line 416

    table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    }

    remove border-spacing: 0;

    Thread Starter iversoncru

    (@iversoncru)

    HI, thanks for your answer.
    I have tried what you told me and it solved only half of the problem!
    The bottom corners are round now! yay!
    But not the upper corners.
    i can’t find how to place the css, i cannot seem to find the right container to apply “border-radius” 🙁

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