GD v2 – mobile website issues

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 4 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #495217

    Hendrik Biederstaedt
    Free User
    Post count: 100

    Hallo,

    I have 2 questions regarding the mobile site.

    In the top on the site there is an icon in the left for login,
    how can I delete this? Please see screenshot.

    Next question: How can I resize the category icons on the mobile homepage so that there a smaller and will be shown in a row?

    Thanks!

    #495243

    Kor
    Moderator
    Post count: 16516

    Hi Hendrik,

    Thanks for your post. You can use the custom CSS code below to achieve that.

    @media only screen and (max-width: 600px) {
      .dt-mobile-account-wrap {
        display:none!important;
    }
    
    header .featured-area .geodir-categories-container .gd-cptcat-rows ul {
            min-width: auto!important;
                width: 80px!important;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

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

Open Support Ticket