It solutions

Home Forums All Other Themes It solutions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126323
    joshua50gjoshua50g
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: September 8, 2018

    Hi,

    i installed the it solutions theme on my website: www.jvs-informatics.be.

    On my webshop page i have to much white space between the nav bar and the content.
    Any idea how i can solve this?

    #126327
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

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

    .archive .post_head {
        height: auto;
    }

    Regards,
    Dave

    #127394
    joshua50gjoshua50g
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: September 8, 2018

    hi, it is ok now, but the space is still there when viewing the products seperate?

    #127410
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .single-product .post_head {
        height: auto;
    }

    Regards,
    Dave

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