Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • philipandrews Friend
    #161455

    Hi guys I am trying to adjust the layout of my articles on the fron page of di-magazine.com. I would prefer some more space or a horizontal line after the readme entry of these articles. Is it possible to edit the readme entry to place a line beneath to separate the articles? Or should this be an edit of the front page layout?

    Ideas?

    Thanks,

    Philip

    khoand Friend
    #381350

    Hi,
    Do You mean “read more”? Add this code into end of <joomla url>templatesja_mesolite_iicsstemplate.css file


    .blog .contentpaneopen .article-content{
    border-bottom: 1px solid #ddd;
    }

    philipandrews Friend
    #381390

    Thanks and yes I mean Read More. I have added the code and yes this adds a line with the read more but above the read more entry not below. I am trying to separate the front page articles with a line so they don’t look like they are the same article.

    Have a look at di-magazine.com with your edit included.

    THanks for your help,

    Philip

    Sherlock Friend
    #381434

    Dear philipandrews,

    You can try as below
    Open the file of templates/ja_mesolite_ii/css/layout.css,Look for the css
    .article_column .contentpaneopen {

    padding-left: 10px;
    padding-right: 10px;
    }

    And change it to

    .article_column .contentpaneopen {
    border-bottom: 1px solid red;
    padding-left: 10px;
    padding-right: 10px;
    }

    I think this would help !

    philipandrews Friend
    #381534

    Perfect. thanks for your help guys.

    Philip

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

This topic contains 5 replies, has 3 voices, and was last updated by  philipandrews 13 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum