• Resolved Matt

    (@mttfire21)


    Hello,

    When the auction listing page is in mobile form, the top headers of “current price”, “bids placed” and “ending” are listed at the top and smashed up. Looks bad. They are not needed as the content part of the listing has the same text that isn’t smashed. How can that text be removed?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mttfire21,

    We have checked this query on our test server. We have already fixed this issue by hiding the header content on the mobile screen.

    Your WordPress site has a theme and many plugins installed, it might be possible that due to some CSS conflict on your site, this issue is happening. Please add the below CSS into the style.css file of your current theme. It will fix this issue.

    .wdm-auction-listing-container ul.wdm_auctions_list li.wdm-auction-single-item {
    border-top: none;
    }
    .wdm-auction-listing-container ul.wdm_auctions_list li.auction-list-menus {
    display: none;
    }

    Thank You

    Plugin Author Nitesh

    (@nitesh_singh)

    Thanks @payalrajyaguru for helping out. We do hope @mttfire21 question has been resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header on mobile still shows when it shouldn’t’ is closed to new replies.