Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #835106

    Hello – I couldn’t find this via searching, but is there a way within enfold to modify the default product page layout? I don’t like the default layout and was hoping to change it without having to manually adjust 200+ pages individually.

    Thanks!

    #835111

    Hey Elliot,

    You can always go ahead and edit the WooCommerce template files.
    That would help you modify all the HTML / CSS if the template.

    let us know if you need anything else.

    Best regards,
    Basilis

    #835169
    This reply has been marked as private.
    #837736

    Hi,

    Thank you for the info.

    Please try to decrease the width of the logo on mobile view.

    @media only screen and (max-width: 767px) {
        .responsive .logo img {
           height: auto !important;
           width: auto;
           max-width: 100%;
           max-height: 50px;
       }
    }

    We would like to apologize for the delay. We normally respond within 24 hours but in the wake of the latest theme update, we have received more inquiries than usual. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.