Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Search Results in Enfold #132261

    Enfold can search for products but it lists them as posts with date stamps and comments so there is not much of a difference than the default wordpress search engine. It lists them as if it were a blog with comments and posts but I need it to show immediate product results like REPLETE:

    https://www.dropbox.com/s/d2am0wgz8m4vlw9/Screen%20Shot%202013-07-31%20at%205.39.18%20PM.png

    so when you search for keyword “shirt” you get product results with the word shirt and the ability to add to cart and view the products at the results page. I just need to figure out how the REPLETE theme does it… do I need to buy another theme? :(

    the site is:

    soul-fabrics.com

    Thanks Ismael!! I sent an email.

    Hey Ismael!! Thanks for the quick reply but it didn’t work :(. I tried

    .fixed_header.social_header #main {

    padding-top: 110px;

    }

    and

    .fixed_header.social_header #main {

    padding-top: 0px;

    }

    but no response :(

    I’m sorry for the trouble but is there a way that you can show me an example of the code I need to input into the desktop section of my custom.css in order to achieve the aforementioned? You told me I need to add the margin: 0, padding: 0 declarations to the needed selectors but what are the names of those selectors I need to call out. Like for the advanced layer slider for instance or even the avia widget or product grid. What would I have to call them in the custom css for the margin:0 to be applied?

    Is it like this? :

    .ls-layer {

    margin:0;

    padding:0;

    width: auto;

    }

    and if so what do I substitute “.ls-layer” in order to apply the declarations for the advanced layer slider?

    This is the screenshot:

    https://www.dropbox.com/s/071d2vamn338kzc/help.jpg

    I basically want the “container?” (i think that’s what it’s referred to in css language) to be a certain size so that all my contents stay within the container and the margins correct itself accordingly when the viewers resize their safari or IE window so that the contents don’t have different margins all over the place (I think the command is margin: 0 auto; for that). Or we can do it vice versa so that the margin is set and the contents automatically rescale themselves to stay within the margins aligned (width: auto;??).

    I’m basically OCD and I want everything to be aligned on the right and left hand sides

    Thank you for your help Ismael!!!

Viewing 5 posts - 1 through 5 (of 5 total)