Can you tell me how I would add some padded (left and right) for the Substance template for view-screen sizes 800 and below. The image show goes to the edge of the inside container and I would like some white showing for the smaller view-screens. The site is here: http://zenonpark.com/index.php/en/
I added this
@media only screen and (max-width: 800px) {
.showcase_padding {
padding: 0 15px;
}
}
because I wanted it to include max width 800, but no matter where I set it (ie 767) it is not picked up by firebug and is not working.
I tried showcase container and it works but only on the left side and pushes the image to the right.
Any other tweaks I can try?
Thanks
Glen
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
I have sent the info to your info email. Thanks
Re: May I suggest sending temporary administration access to your Joomla installation to This email address is being protected from spambots. You need JavaScript enabled to view it.
//
Am I supposed to be seeing an email address here? I have javascript on as far as I can tell, but I do not see one.
Ha! Yes - it does appear to be working now. Must have taken a bit of time for the media query to catch. I hadn't rechecked until now. Thanks for your response.
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »