• Hi there,
    is it possible to ad some padding to the results in the search results page without altering the “search.php”?
    I`ve already tried the following CSS in the customizer (i found it in another topic):

    .search-results #main #content-wrap {
    padding-left:200px;
    padding-right:200px;
    padding-bottom:200px;
    padding-top:80px;
    }

    but unfornatliy it is not working for me.

    Thanx.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, try this css code:

    body.search-results #main #content-wrap {
        padding: 100px 200px;
    }
    Thread Starter hiro42

    (@hiro42)

    Thanx for your help.
    Unfortunately the css ist not working for me.
    The search results still appear full with with no padding to any side.
    A boxed layout for the search results would also be fine…

    Theme Author oceanwp

    (@oceanwp)

    Hi, can you send me your site url?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search results page’ is closed to new replies.