Zim1
Forum Replies Created
-
oh and here is one gallery as an example:
Forum: Plugins
In reply to: [Simple Masonry Gallery] Display issue on mobile devices.i tried adding the following code in css editor:
@media screen and ( max-width: 1200px ) { .site { width: 600px; } .single .content-area, .page .content-area, .search-no-results .content-area, .error404 .content-area { width: 100%; } .simplemasonry-item .masonry-brick .simplemasonry-container { Width: 400px; } .single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results { width: 500px; } .site-info { line-height: 1.6; } }But that does not affect the plugin on mobile devices at all it seems 🙁
Can anyone check if it is possibleto make this work on mobile devices?Forum: Themes and Templates
In reply to: [Spun] making the article posts wider.Thanks for pointing me in the right direction!
I’ll research about it and poke the code a little!Thanks man!
Forum: Themes and Templates
In reply to: [Spun] making the article posts wider.Thanks for the answer mate!
Although, i think i will need you to give me an example.Are you referring to this:
@media screen and ( max-width: 1200px ) { .site { width: 600px; } .single .content-area, .page .content-area, .search-no-results .content-area, .error404 .content-area { width: 100%; }Sorry for my noobness 😀 learning here!
i went ahead and tweaked your code a bit, kinda did the trick. still would be cool to have the text centered 🙂
Hello Jen ni fer.
That’s exactly what i need, but it seems that when you have 2 words for the category they overlapp, see my site:http://www.francisconoa.com/category/city-portraits/
Let me know if you can help.
Wow! that was fast! thanks man!
Cheers!Forum: Themes and Templates
In reply to: [Spun] Circle and header issues (total of 4 questions)hey nvm, just discovered it:
if anyone needs, look for this and change min-height and padding to 0 pixels
/* =Header
———————————————– */.site-header {
clear: both;
display: block;
min-height: 30px;
padding: 30px 0;
position: relative;
transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
width: 100%;But im no pro, have no idea if this will screw up anything else, but seems it won’t
Forum: Themes and Templates
In reply to: [Spun] Circle and header issues (total of 4 questions)Hello Bjorman
I was exactly looking for a way to pull up the header to the border as well.
Could you please tell how you did it?
regarding the image transition, i have the same problem as you.. 🙁 chrome works good but not firefox…Thanks for helping mate!