- This topic has 4 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › iPad pictures align left?
I have made responsive test and iPad test today, on a iPad air vertical. On this site the pictures are not center align on iPad.
I made some tests here too: Testing Responsive here the Top Menu is missing again? but all pictures are nice center align?
But for real on newest iPad it looks like this picture here: iPad Screenshot the Top Menu is there an working fine, but the featured pictures are align left:(
How can I get the pictures to align center here?
Best Regards,
Jesper
Are you set the image alignment “center” from image position dropdown list?
hi Paul, sorry I did not explain good.
I cannot set the picture alignment, it is the Template Full Width Blog, on this site: http://sunshine.lindebjerg.de/galerien
The same in Browser, Chrome, on less the 799 to 610 pixel wide.
Add the following CSS in correct @media queries section
.page-template-page_fullwidth_blog-php .entry.post img.post-image {
width: 100%;
}
Thanks Paul,
perfect;)