making the article posts wider.
-
Basically, i am trying to widen the post area.
I found a way to make it work on PCs but this fails to work on mobile devices because of the negative value i have put in the code.This is the page, with the changes i did:
http://www.francisconoa.com/326/This is the original code:
.sticky { } .single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results { margin: 0 0px 1.5em; padding: 70px 50px; width: 700px; height: auto; z-index: 10;This is the changes i did:
.sticky { } .single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results { margin: 0 -148px 1.5em; padding: 70px 50px; width: 1000px; height: auto; z-index: 10;Please let me know if it is possible to make these changes not take effect on a mobile device or if there is a better way to do this.
Much appreciated!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘making the article posts wider.’ is closed to new replies.
