• Resolved iJassar

    (@ijassar)


    category title, search title, and “nothing found” divs have insanely large height…
    here’s an example: https://tibbiyat.com/?s=hello
    the first div says: search results for “hello”
    the second one says: nothing has been found.

    where can I fix that?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Wolfs bRain

    (@wolfs-brain)

    Hi there Massar,
    I believe the part you want to reduce is the padding top of the section you are talking about. It was set to 99%.

    h2.header-title {
    padding: 5% 2%;
    }

    Simply install a plugin that allows you to change css such as the Jetpack Plugin or create a child theme. If you don’t know how to make one you can click here https://codex.www.ads-software.com/Child_Themes and wordpress does a good job of explaining how to get it done.

    Once you get yourself setup simply type in the above code i gave you and it should work. Hope this helps. If you have any further questions please feel free to ask.

    Wolfs bRain

    (@wolfs-brain)

    Woops i got your name wrong iJassar. I apologize for that. Lack of coffee will do that to you @(*_*)@

    Theme Author Richie KS

    (@rkcorp)

    your padding for h2.header-title is like 99%, why is that?
    like wolfs bRain suggested, try add this to theme option->custom css

    #custom h2.header-title {
    padding: 5% 2% !important;
    }
    Thread Starter iJassar

    (@ijassar)

    Thank you both very much

    I added the code and it solved the problem for categories, but not for search results, help please.

    Thread Starter iJassar

    (@ijassar)

    edit: ok it’s working now, my bad, probably I had to empty cache.
    Thanks a lot

    Wolfs bRain

    (@wolfs-brain)

    Gladd it worked iJassar. If you ever need anything feel free to ask.

    Wolfy and Brain @(^_^)@

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘height of category/search title’ is closed to new replies.