By marco on Thursday, 04 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 523
Votes 0
How do I solve this problem?
Hello Marco,

I am sorry for the late reply.
Can you try put this css code in your current Joomla template and see if the issue is resolved?

#ezblog-posts .blog-post .blog-readmore a {
box-sizing: content-box;
}

If this issue is still persist, perhaps you can provide us access to your site so that we can assist you on fixing this.

Please be advise.
Thanks.
·
Thursday, 04 September 2014 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
I have removed this code in the template file /css/template.css ot_sosyal.
.blog-readmore a{
box-sizing:content-box;
}

I inserted the code that you gave me, but nothing has changed
#ezblog-posts .blog-post .blog-readmore a {
box-sizing: content-box;
}
·
Thursday, 04 September 2014 23:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Marco,

Sorry for late reply to this,

I have help you move above code in your custom.css file .../ot_sosyal/css/custom.css

it should work fine now.
·
Friday, 05 September 2014 02:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post