Forums

Problem with "continue reading" (3 posts)

  1. raphaelfs
    Member
    Posted 2 years ago #

    Hi guys,

    first of all, sorry for the terrible english!
    My wordpress is: http://www.cavern.com.br

    If you go there, you could see that the main news doesn't have the link "Continue reading".

    Otherside, the little news bellow does. You can find the "Continue lendo", the words in portuguese to "continue reading".

    How can i resolve this problem? The main news is terrible, is cut! I can put the parts of the template if you want.

    Thanks a lot and one more time sorry for the enligsh!

    Raphael

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    "Continue Lendo" is there on the featured news item. It's just that the grey box is too small to show all of the text.

    Edit style.css (line 286) and change

    .featured {
    background:#DDDDDD none repeat scroll 0 0;
    height:200px;
    margin:0 0 10px;
    overflow:hidden;
    padding-right:10px;
    }

    to

    .featured {
    background:#DDDDDD none repeat scroll 0 0;
    height:300px;
    margin:0 0 10px;
    overflow:hidden;
    padding-right:10px;
    }

    to increase the box size.

  3. raphaelfs
    Member
    Posted 2 years ago #

    Perfect!

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.