Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #997992
    venya
    Participant

    Hello Themeco!

    I’m trying to make mobile search results return in 2 columns…I’m nearly there, but need some help.

    I got both the images and titles to 48% but the results are still showing up in 1 column

    1. How do I get search to return in 2 columns for Mobile?

    2. For search results, is it possible with CSS to only have the products appears in 2 columns and everything else (portfolio and posts) in 1 column?

    3. I’m trying to change the font color of the product title in search with css below… I thought I had it working before but now it doesn’t seem to be working.

    Thanks so much.

    This is the css i’m using.

    @media (max-width:500px){ .search-results .entry-featured{ width:48%!important; margin-bottom:15px; }}

    @media (max-width:500px){ .search-results h2.entry-title {text-align:center;font-size:10px!important;color:brown!important;width:48%!important; }}

    .search-results h2.entry-title {font-family: “Lato”,”Helvetica Neue”,Helvetica,sans-serif; font-weight:italic!important;color:magenta!important;font-size: 135%; }

    #997997
    venya
    Participant
    This reply has been marked as private.
    #998343
    Friech
    Moderator

    Hi There,

    #1 & #2 Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    #3 You can add this under Custom > CSS in the Customizer.

    .search-results .entry-title a {
    	color: #000;
    }

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-997992 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>