Tagged: CSS, search page
I edited the css of top menu but at the search results page the design changes?
I realized that there has been a second flag appeared, I disabled it adding by css, but a “|” came there and it looks also bad (sticked to text) in mobile view. I am very happy with the css style I arranged except search pages.
How I can I fix that?
sobetasarim.com
Hey Bora,
I couldn’t see any real difference between your home page and a search results page, could you post a screenshot highlighting the problem and a link to where we can see it please?
Best regards,
Rikard
Hi Rikard,
The normal page (the true one) is like this https://snag.gy/UPaKMq.jpg
The search page (the wrong one) is like this https://snag.gy/JfBjAT.jpg
And the search page on mobile is https://snag.gy/Itz6ZX.jpg
Hi,
Thanks for that, please try the following in Quick CSS under Enfold->General Styling:
#menu-item-4600 {
border-right-width: 0 !important;
}
Best regards,
Rikard
Thanks.