Hi
About six months ago I moved from Blogspot till WP and imported all ald posta to WP. The imported posts look much better with the Newspaper theme than my old theme, but still some improvents can be done.
– All imported pictures are now left margin placed in the post, should be centered
– Some line breaks are missing (no space between the text sections or text section and picture)
– Some line breaks are double (extra space between two text sections or two pictures)
Also, my imported features images from Blogspot are in the format 4:3, and some of them are in portrait format. I have regereted all my thumbnail using “Regenerate Thumbnails” which made them look perfect; do you have a “Regenerate Featrured Images” plugin converting all my features images to 3:2 landskape format?
Bad looking examples:
http://www.ladiesabroad.se/2015/08/belem-i-portugal.html
http://www.ladiesabroad.se/2012/08/taormina-pa-sicilien.html
This is what I want the posts to look like (as much as possible):
http://www.ladiesabroad.se/2016/08/dubrovnik-stari-grad.html
Thanks (again) from Lena
Hi,
Unfortunately we have not tested importing content in our theme and we cannot say for sure what this happens. I suspect your posts have the left padding due to a previous theme. Please check the html markup in post edit in text mode and remove any padding that could be set to each post.
As for the images, unfortunately our theme does not have any tools to edit the aspect ratio or size. Our theme uses thumbnails for images on posts that are 696 pixels width. If your images do not have at least 696px width, then they will no be aligned center. Unfortunately you will have to add an align:center propriety in html mode to the images you want aligned center as a general css will affect all of the images at once.
Thank you!
Thanks.
As the problem contains 800 posts with abot 15 pictures in each post, manually editing is not an option. But I will have someone to script the changes for me.
Unfortunately our theme does not have any bulk setting for styling all images. If the style is added directly to the image or post content itself, then a hard-coded script is the only way to bulk edit all images/content.
Sorry for the inconvenience but this tends to be the case when switching themes as each theme has it’s own settings and style and in most cases they are not compatible with one another.
Thank you!
Hi
Is it possible to do a CSS change forcing all pictures to be centered in posts published before 05-12-15?
Thanks.
Hi,
You can add a css rule to center images, but css does not know how to target a specific time period. The css also depends on what alignment you have already set to your images but I will not be able to provide a solution for images based on a specific time period. Sorry.
Thanks
Hi
Can I please have a CSS change for centering all pictures. I will try it, and hopefully it solves my problem.
Thanks.
Hi,
This will be a bit tricky as some images are added using a table and some not. I see centering on some of them that does not apply, the code is all over the place.
Try this code though:
.td-ss-main-content img{
display: table;
margin-left: auto;
margin-right: auto;
}
I hope this helps.
Thank you!