Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #475181

    I made my topic private because there are links to my client’s website.

    #475410

    Hi mandahays!

    Thank you for using Enfold.

    Actually, you have to disable the shop base page in the Dashboard > Woocommerce > Settings > Products > Display panel. Edit the shop page then add the products by using the Product Grid element. You can then change the header style.

    Cheers!
    Ismael

    #478288

    Thank you! That worked perfectly, but now I have another issue. For some reason, the footer on my site gets squished on mobile devices. It happens on some pages, but not others. I’ve attached examples with screenshots below.

    Thanks for the help!

    #478290

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    #footer .av_one_fourth {
        width: 100%!important;
        margin-left: 0;
    }}

    Best regards,
    Yigit

    #484692

    Thanks! That worked.

    #485176

    Hi!

    Wordpress is resizing images by default when uploading. You can gain control over image sizes using this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Use this code in Quick CSS field to remove related products completely:

    div#av_section_1 {
    display: none;
    }
    

    Regards,
    Andy

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