Formatting problem

Posted in: Newspaper
Post count: 46

Hi there, i have installed the new newspaper version (6.1) to make some test first.

Here is where 6.1 version is running http://traxsourcemusic.com/juliet-sikora-larrys-garage-ep-kitt093/
and here the version 4.6.2 http://house-language.me/juliet-sikora-larrys-garage-ep-kitt093/

As you can see the version 6.1 is putting a lot of space between lines. All the plugins are disabled. Why is happening that?

Post count: 46

And even the font is changed in 6.1 version….

Post count: 7909

Hi,

You have an option to change the font from Theme Panel > Theme Fonts: http://screencast.com/t/s5g4dOVT if you use post content as default it will be applied the font that you set for body – http://screencast.com/t/nIwMq2eM8L
I don’t know exactly why you have this issue with space between lines as I have tested this but could not recreate this. Did you copy the content of your article from version 4 to new article on version 6? If you do please change to html editor and copy the content – http://screencast.com/t/vXbDWEQy Also please use pastebin and provide the content from version 4 article so I can test it on my side(change to html editor copy the content and paste it to pastebin).

Thanks!

Post count: 46

This code http://pastebin.com/XF0tkZUd works fine on 4 version but i get space on the 6 version

Post count: 7909

Hi,

We have changed the css for list in the new version of the theme and because you have this inline css you have this issue with list – http://screencast.com/t/vlfRvcwm You can try this custom to remove that margin – http://screencast.com/t/hJtvYIyM and also reduce line height for post content to the value from version 4 – http://screencast.com/t/HPdOZpk6T so from Theme Fonts > Post Content set it to – http://screencast.com/t/9TbqUdOtb

.td-post-content li {
margin-left: 0px !important;
}

Hope this helps!

Post count: 46

Ok, it seems to work but that space between the image and artist? http://traxsourcemusic.com/juliet-sikora-larrys-garage-ep-kitt093/

Can that be removed via css?

Post count: 3343

Hi,
Use this:

.td-post-content center img {
margin-bottom: 5px;
}

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