New Landing How can we help? Atelier Issue with Product Category Tabbed Hero

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #217331
    tylergibbons93
    Member
    Post count: 81

    Hello
    Sorry for another thread. I am having issues with my Tabbed Hero settings for the category pages. Why is there so much gap? I dont want any space up there. I just want “Wedding Invitations” to be flush to the mint bar. See attached photo of what it looks like, and also another photo of the settings that are in place under Theme Options –> Woocommerce –>shop options.

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

    Hi,
    Please use this custom css code:-

    .tax-product_cat .page-heading.fancy-heading{
    height:100px !important;
    }

    Thanks
    Mohammad

    #218261
    tylergibbons93
    Member
    Post count: 81

    Thank you! this works great on desktop but is having issues on mobile version. See attached

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

    Hi,
    I am getting 404 error for this error http://engagingpapers.com/epredesign/product-category/wedding-invitations/.
    Thanks
    Mohammad

    #218633
    tylergibbons93
    Member
    Post count: 81
    This reply has been marked as private.
    #218738
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    .tabbed-heading-wrap{
    bottom:-25px !important;
    }
    }

    Thanks
    Mohammad

    #219282
    tylergibbons93
    Member
    Post count: 81

    Hello

    So I added that into the thing…however now it doesnt show the global header anymore. Take a look at screenshots. ALSO: the default setting when you look at a cart page is just the “1” large product. Is there anyway to make the default view on mobile to the grid view?(attached).

    Attachments:
    You must be logged in to view attached files.
    #219577
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option so it can show 2 products per row in the mobile.

    @media only screen and (max-width: 479px){
    .woocommerce .products .product {
        width: 48%!important;
    }
    }

    -Rui

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

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

License required for one of the following items
Login and Registration Log in · Register