CSS problem after installing the last update (7.6)

Posted in: Newspaper
Post count: 56

Hello all,

after the last update the space between some elements was much bigger. The problem was the 26px here:

.page-template-page-pagebuilder-title .wpb_text_column :last-child, .page-template-default .wpb_text_column :last-child, .page-template-page-pagebuilder-title .wpb_text_column p:last-child, .page-template-default .wpb_text_column p:last-child {
margin-bottom: 26px;
}

I could solved it by changing it to 0px. But it works only for this page: http://dojczland.info/praca-w-niemczech/. There is also another one which is still affected: http://dojczland.info/cv-po-niemiecku/. But I can not find the file where I shold change the 26px to 0px. Do someone have an idea where to look for ?

The other problem is that the icons from the main menu are not there any more:

dojczland.info

Do someone have an idea why?

Thank you in advance for an answer!

Bets regards,

Adam

Post count: 22421

Hello,

It’s the latest visual composer update, not the theme update that changed the css for the elements.
Please use this code:
.wpb_text_column:last-child, .wpb_text_column p:last-child{
margin-bottom: 0!important;
}

As for the icons, please use font awesome 4 menus to insert icons inside the menu items.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.