Results 1 to 4 of 4

Thread: cp search function

  1. #1
    Thread Starter
    Expired Customer mahmoudelgabry's Avatar
    Join Date
    May 2016
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    cp search function

    I had recently purchased classipress theme version 3.5.4. One immediate feedback I got from my customer was related to the search block which shows in the screen occupies two rows; one for the search text; and the second for categories list. I need it to occupy one row. After some search, I found the fix in the style sheet.

    In the style sheet (style.css), I had to modify the properties of the class (search block) to have padding of 5px instead of 15px. This will allow better utilization of the vertical page space.
    Wordpress provides very convenient theme editor that can help you in the process.

    .searchblock {
    background-color: #fff;
    padding: 5px; /* 15px makes the elements of the block wrap on two rows */
    min-height: 40px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;

    }


    Had anyone experienced same problem? Any side effects with this solution?

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,618
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Expired Customer mahmoudelgabry's Avatar
    Join Date
    May 2016
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,618
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. search function
    By abedalraouf in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: November 25th, 2012, 08:14 AM
  2. Search function
    By rocketjo in forum Flux
    Replies: 4
    Last Post: November 8th, 2012, 03:58 AM
  3. Search Function
    By hasmitaichharam in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: May 14th, 2012, 07:44 AM
  4. New Search Function
    By ablynn in forum Report ClassiPress Bugs
    Replies: 10
    Last Post: July 23rd, 2011, 12:54 PM
  5. Where is the search function ?
    By yoodac in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: August 26th, 2010, 02:57 PM