Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1938783
Portfolio mobile display
Closed

Comments

  • thomasverdi started the conversation

    Hi,

    On desktop, the site displays the portfolio options, but on mobile it only shows an ellipsis. Can I have the options display on mobile as well instead of needing the user to tap the ellipsis? I've attached screenshots.

    Best,

    Tom Verdi

  •  4,774
    Michael replied

    HI!

    Unfortunately, this is not possible, but using Custom CSS, you can add some explanatory word near the ellipsis.

  • thomasverdi replied

    Okay. Could you show me how to add the CSS to add the explanatory words and what the CSS is?

  •  4,774
    Michael replied

    pls. use following css:

    @media(max-width:767px){
    .portfolio-filters-resp:after {
        content: 'Click here';
        position: relative;
        font-size: 20px;
        left: 25px;
        top: 5px;
    }}
    5110651633.png
  • thomasverdi replied

    Hi, I added the CSS code, but the text is cut off on my mobile screen (see attached screenshot). Is there a way to fix this?

  •  4,774
    Michael replied

    Please provide a link to this page.

  • thomasverdi replied

    thomasverdi.dreamhosters.com/film

  •  4,774
    Michael replied

    Please reduce the font-size and the problem will be solved.

  • thomasverdi replied

    thanks! how do I move the text below the three dots rather than to the side of them?

  •  4,774
    Michael replied

    pls. use following css:

    @media (max-width: 767px){
    .portfolio-filters-resp:after {
        content: 'Tap the three dots to sort the portfolio by category.';
        position: absolute;
        font-size: 15px;
        left: 0;
        top: 50px;
    }}

    5110651633.png

  • thomasverdi replied

    Great! How do I add more space below the sentence before the portfolio items? see screenshot

  •  4,774
    Michael replied

    Done.

  • thomasverdi replied

    thanks

  •  4,774
    Michael replied

    Welcome!