Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Navigation Arrows within a Portfolio Item/image page? #593833

    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!

    in reply to: Navigation Arrows within a Portfolio Item/image page? #593673

    My site address somehow got deleted. Here it is again: http://xeniaseaseart.com/

    Xenia

    in reply to: Navigation Arrows within a Portfolio Item/image page? #593672

    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

Viewing 3 posts - 1 through 3 (of 3 total)