Okay
  Public Ticket #1119741
Mobile
Closed

Comments

  •  2
    numedia2013 started the conversation

    Hi there!!
    I am very happy with this theme but there's a thing that I need to improve.
    I am using fullscreen portfolio.
    The problem is that when you see the website in a mobile, the portfolio description container with the title, is too big and the image underneath it's almost not visible. I attach a screen capture.
    1- Is it possible to make it smaller?
    2- or more collapsed , so it's only visible the arrow, and the rest displays on clic?
    3 - or maybe hide the description container on the mobile view?

    Thanks and have a great weekend!

  • [deleted] replied

    Hi numedia2013

    I did simple test and just changing font size isn't that bad i belive. I will provide you with 2 options one to change font size and one to hide.

    Before we continue further please check this article we wrote about Custom CSS, it will help you set some additional css on theme.

    Change font size:

    @media only screen and (max-width: 500px) {
        .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo h3{
            margin: 0;
            font-size: 18px;
            line-height: 23px;
        }
    }
    

    Hide the decription

    @media only screen and (max-width: 500px) {
        .single-portfolio-holder.portfolio-type-5 .portfolio-description-container.is-collapsed .portfolio-description-showinfo{
            display:none;
        }
    }

    (view large version)

    Thank you.

  •  2
    numedia2013 replied

    Hi Eroll,

    Your solutions are awesome.

    Thank you very much!!

  • [deleted] replied

    Hi numedia2013

    I'm really glad that the solution worked and you can continue to work on your site now :)

    Will set this ticket as solved from here.


    Thank you