Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1047303

    Hi,
    please have a look at https://www.persiehl.de/?s=lenticular
    this is an example how my search result overview page looks after clicking on “Alle Ergebnisse ansehen”.
    How can I fix this?

    Tanks
    Peter

    #1048394

    Hey Peter,

    I couldn’t see “Alle Ergebnisse ansehen” on the link you gave, is that one of the results of the search?
    Also I noticed that there are some text are misaligned on your site, can you try to flush out the cache?

    Best regards,
    Nikko

    #1059581

    Hi Nikko,
    thank you for your reply but I have to come back to this issue.
    If you enter a search term on the upper right side in the search field you get some results.
    There you find also the option to go to “see all results”.
    This page is looking weird and as far as I can find out it is not an cache issue.
    Here is one result page again:https://www.persiehl.de/?s=lenticular

    Thanks for looking into it again
    Peter

    #1060774

    Hi Peter,

    Thanks for the the example, please try the following in Quick CSS under Enfold->General Styling:

    .search .post-meta-infos {
        margin-top: 10px !important;
    }

    Best regards,
    Rikard

    #1060848

    Rikards code will solve the problem, but I don’t understand why it was created. Did you set a new rule that affects the headings?
    On default there is a rule for .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title

    so did you change something for the titles on your css?

    this would solve the issue too:

    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        padding: 0px 0 15px !important;
        margin-bottom: 10px !important;
    }

    if you want to reduce the distance between the search results play with this value a bit:

    #top .template-search.content .entry-content-wrapper {
        padding-bottom: 20px;
    }
    #1060855

    PS: ich sehe Ihr habt wohl eine Layerslider Standalone Lizenz. Denn dieser Origami Effekt ist glaube ich nur so verfügbar.
    Da müsst Ihr aber glaube ich mehr Höhe für den home slider nehmen – da sind sonst die Schriften bei breiten Screens angeschnitten.

    habt ihr an den Grundeinstellungen dort was verändert?
    Oder bei den Slides selber gibt es auch neben dem Hintergrund thumbnail die Position ( center bottom zB)

    #1061847

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.