I’ve answered my second question also. ;)
Tweaking the min/max pixel values on the codes did it! Yay!
You can close this thread– sorry for the inconvenience!
Cheers!
My site address somehow got deleted. Here it is again: http://xeniaseaseart.com/
Xenia
Hi Rikard,
Thanks for responding! I actually figured out a way to insert previous/next navigation arrows within my portfolio item pages through the Content Element using “Text Block”.
I do have another question- how do I keep my header logo from shrinking on smartphones? I tried using the Quick CSS (see below) mentioned on one of the threads about enlarging logos on smartphones, but all it did was stretch my logo horizontally.
/* Logo Size*/
@media only screen and (max-width: 767px) {
.responsive .logo img {
min-height: 180px!important;
min-width: 340px!important;
}
}
If you have a fix for this, I would greatly appreciate it.
Here’s a link to my site:
Kind Regards,
Xenia
