Newspaper 6 2 issues

Posted in: Newspaper
Post count: 5

Hi,

I have 2 problems after upgrading to newspaper 6 from 4.

1) Single image alignment not working and custom css .wpb_single_image.vc_align_center {
text-align: center;
} also not working
single image alignment not working

2) I put some html in footer text to add social icon to footer. I don’t know why but the icons resize to 228 width no matter what I put into html..
footer

regards
Michal

Post count: 7909

Hi,

1. Please try this custom css in Theme Panel > Custom Css and it should work what you choose from block setting:

.wpb_single_image .vc_single_image-wrapper {
display: inline-block !important;
}

I also added this on our list and it will be fixed as soon as possible. Thanks for reporting!

2. Please provide a link so I can take a look and also provide you an accurate solution.

Thanks!

Post count: 5

1) Thank you Alin!! It’s working!

2) http://ecoblik.pl/ see the footer..

Post count: 7909

Hi,

2. I have added this on our list and it will be fixed as soon as possible, please try this custom css till then – http://screencast.com/t/358CUhe3c7nA

.td-footer-wrapper .widget_text img {
width: auto;
}

Thanks!

Post count: 5

Thank you so much! It’s works fine now.

BTW. Great work with new newspaper 🙂

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