Mobile screen

This topic contains 5 replies, has 3 voices, and was last updated by  Harry Rhoades 5 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #434304

    Harry Rhoades
    Expired Member
    Post count: 53

    My site looks and works great however the Popular post category button on a mobile screen comes out like this screen shot on iphone and android. do I need to decrease the # of buttons or ?

    #2 how could I add the call to action buttons to the top section of Supreme Directory.

    Regards Harry Rhoades

    #434306

    Harry Rhoades
    Expired Member
    Post count: 53

    this is the mobile screen shot

    Harry Rhoades

    #434314

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    1) you have several options here.

    Some that comes to my mind are:
    a) Use a marker with an icon that identify the category and hide the text
    b) Arrange them so that they stack on top of each other and the text become readable
    c) Hide them completely on mobile

    2) you need to modify the file inc/geodirectory-compatibility.php

    (to be reapplied after each update of the theme)

    Thanks

    #434352

    Harry Rhoades
    Expired Member
    Post count: 53

    a) no
    b) no
    c) ok lets try that. help me with some code Please

    Regards Harry Rhoades

    #434396

    Kor
    Moderator
    Post count: 16516

    Hi Harry,

    Insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS to hide it on mobile.

    
    
    @media only screen and (max-width: 600px) {
        .geodir-category-list-in{
            display:none!important;
        }
    }
    #434425

    Harry Rhoades
    Expired Member
    Post count: 53

    Thank you folks for the help. That worked and it really looks good on mobile.
    I did read the forum on that. I just wasn’t sure. I really appreciate the help.

    Regards Harry

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket