Вопрос

I need your help.

The Title in the green Box "News" appears right under this Link. http://www.mjart.ch/category/news/

But because of this weird Template I'm using, there are sometimes some imperfections. On this Site here http://www.mjart.ch/portfolio/ the Green title seems to disappear behind the padding border. I really don't know why.

What I found out is that there are 2 different CSS styles. The first one that works is a .blog-title and the second one is a .single-title. But both are same styled. I would be happy about some help.

Это было полезно?

Решение

Hi if you dont want to change the structure of the template you can add this css rules

.page-id-21 .single-page{
    margin:0;
}
.page-id-21 .single-page .single-content{
    margin-left: 25px;       
}

I added a .page-id-21 class, otherwise in the contact page you will add a margin. This can be a solution, another is to search the correct template page, if it's a premium plugin it will have it, and you dont need to add the css rules.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top