Tailer Theme – Shop page (space under menu/header)

Home Forums All Other Themes Tailer Theme – Shop page (space under menu/header)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #192664
    William ScottWilliam Scott
    Participant
    • Topics: 17
    • Replies: 30
    • Total: 47
    Member since: May 13, 2021

    Hello,

    Please view page: https://mountaineerwarrioralliancewv.org/?post_type=product

    The products are running up into the header and I can’t seem to find a way to shift these down a little bit or put a little bit of space in between the menu and the items. Can you please help and tell me what code/custom CSS needs to be changed to make this look good with a little space so you can actually see the items.

    #192712
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30796
    • Total: 30796
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .mywrap { position:relative;}
    .woocommerce-products-header { display: none;}
    .page_head, .post_head, .services_head { min-height:100px;}
    #content { margin-top:40px;}
    .skt-page-title { top:50%;}

    Regards,
    Dave

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