How can i make all Pictures occur Full Width in the Blog overview? Currently just the first Post is full width.
Display Pictures of all Posts Full Width
4 posts from 3 voices-
Posted 1 year ago #
-
Hey!
Hello,
Try to drop this on your custom.css
.slideshow { width: 765px!important; left: -125px; }#top .slideshow_container.big-slideshow { left: 90px; width: 765px; }Hope it helps.
Best regards,
IsmaelPosted 1 year ago # -
Hi,
this change looks very good, but it makes also some mistakes in the theme on iPad and iPhone, i think there must be also some changes in the css for the mobile devices.
But what and where?
Regards,
JürgenPosted 1 year ago # -
Hi Jurgen,
Go to: wp-content/themes/sentence/css/layout.css and find this line of code:
@media only screen and (min-width: 768px) and (max-width: 989px) {
below it are the css codes that applies on specifically on mobile devices or other devices with lower resolution, paste the code above and adjust the left and width value. Hope this helps. :)Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














