New Landing How can we help? Themeforest Theme Support Neighborhood Hidding content on Product Page breaks in Responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • #135550
    SubEditions
    Member
    Post count: 9

    I’m using the following code in Custom CSS which work fine to hide the related content, “Need Help? Contact Us” and “Leave Feedback”, on the Product Pages:

    #product-accordion .summary ,.product_meta .leave-feedback ,.product_meta .need-help {
    display: none;
    }

    Well, it works when the site is displayed on a screen with a resolution higher than 767 pixels.(width, portrait mode)
    If the site is display on a mobile device with a display under 768 pixels (width), both “Need Help? Contact Us” and “Leave Feedback” are appearing on the site.

    You can also test this with the Firefox browser, using the “Display Responsive Design” under the Web developper tab.

    Since 2/3 of our site visitors are using mobile devices, this is something that we like to be fixed.

    We choose to hide the “Need Help? Contact Us” tab in particular, since this is not linked correctly to our Contact Form 7 form, although it is configured correctly in the settings (the link to the form is working fine on the checkout page with the “Email Customer Care” tab)

    Kind regards, Maurice.

    Attachments:
    You must be logged in to view attached files.
    #135627
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code with !important rule like:-

    #product-accordion .summary ,.product_meta .leave-feedback ,.product_meta .need-help {
    display: none !important;
    }

    Thanks
    Mohamamd

    #135677
    SubEditions
    Member
    Post count: 9

    Thanks Mohammad,

    Adding !important to the css code fixed everything!

    Maurice.

    #135686
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register