This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

vantage search widget optimze

Open 5 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

Hi there. im using a siteorigin search widget box in the footer of my site, when you click type and click on it a very ordinary looking page comes up how can i optimize the layout of that page to resemble the rest of my site. cheers

URL: http://www.hobartbuildinginspection.com.au

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff

    Hi Cwestcott

    It’s unfortunately, a limitation of the theme. I’ve prepared a little Custom CSS though that will help clean the page up a little. Try the following at Appearance > Custom CSS:

    /* Search Results */
    .search-results #main {
    	padding: 35px;
    }
    .search-results .page-header #page-title {
    	font-size: 22px;
    	font-style: italic;
    }
    .search-results .entry-title {
    	font-size: 20px !important;
    }

    Adjust as required.

  2. cwestcott

    That s made a big difference thanks heaps cheers chris

  3. Andrew Misplon Staff

    For sure :)

  4. cwestcott

    Hi Andrew ive got another tech question on my contact page
    http://www.hobartbuildinginspection.com.au/contact-us/
    Ive been playing around with a line ontop of the footer using a page row but how can it add tothat the footer itself and make the blue thinner

  5. Andrew Misplon Staff

    If you remove the row you’ve added and do it from Custom CSS, this should work:

    /* Footer */
    .layout-full #colophon {
    	border-top: 5px solid blue;
    }

    Change blue to the hexadecimal color value of your choosing.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread