WordPress Theme with Foundation CSS framework: http://iotheme.com | Feature: base on Underscores, Foundation CSS framework, mobile with offcanvas menu, dashicons -the official icon font from WordPress, custom theme name, text domain and more, update source from Underscores and Foundation everyday. Thanks for everything!

ioBlue responsive wordpress theme designed by iotheme.com, has been converted into a blogger template by Uong Jowo and added a new comment form.

DEMO

ioBlue
By ioTheme

Preview Download
Version: 1.0.8
Last updated: April 30, 2018

21 Comments
A blog or website background image not working on actual mobile devices.
Use css below

1. Left background image:

@media(max-width:480px){
body{
background-image: url("img.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
background-size:350% auto;
}
}
Left background


2. Center background image:

@media(max-width:480px){
body{
background-image: url("img.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
background-size:350% auto;
}
}
Center background

2. Right background image:

@media(max-width:480px){
body{
background-image: url("img.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top right;
background-size:350% auto;
}
}
Right background

  • Uong Jowo
  • February 17, 2019
8 Comments

Designed by Uong Jowo, Photosout is same like Blogsletter a responsive blog Template for those who want to showcase their creative work and build a strong experience with their users. From travelers to photographers, Photosout is the template choice to reach your blog style.

The Home Page via recent post areas. Let the users find your personality from the 1st page they visit.
The Single post via a parallax effect on containers that have background images and text above them.

DEMO


UONG JOWO
Free Blogger Template Designer
PHOTOSOUT THEME
Designed by Uong Jowo

Photosout is same like Blogsletter a responsive blog Template for those who want to showcase their creative...
Screenshot-Photosout.jpg

Thanks for not remove a credit link!
© 2017 UONG JOWO


--
regard,


Following tutorial below :







96 Comments