slm_xd
Member
Posted 3 months ago #
Hi.
I really like the theme and I use it on one of my blogs. However, it seems that it always prevents me from adding external scripts because their layout get very messed up due to the global CSS of this theme.
An example of the broken layout is the google custom search. The margins are wrong and the little bar's background is not aligned right.
Is there a way of fixing this? Or is it going to be fixed in a future version?
slm_xd
Member
Posted 3 months ago #
Here is what I mean by the way:
look at how the google search looks like.
http://blog.al-aqel.com/le_testing/
Sanjiv
Member
Posted 3 months ago #
Hi,
I just checked the link you provided. I don't think any of the theme's CSS is effecting the custom google search.
Try this custom CSS and see if it works.
.gsib_a {
padding: 0px !important;
}
Sanjiv
Team Horse
slm_xd
Member
Posted 3 months ago #
Hello.
Nice! This actually fixed the margins of the inner background of the search bar. But the magnifying glass icon on the button is not shown.
Thanks so much!
Sanjiv
Member
Posted 3 months ago #
#main form #___gcse_0 input {
-moz-box-sizing: content-box;
}
See if this custom css works.
slm_xd
Member
Posted 3 months ago #
No, this one didn't change anything.
Sanjiv
Member
Posted 3 months ago #
I don't see the added custom css if I view the page source for your site. Are you making the changes in this http://blog.al-aqel.com/le_testing/.
slm_xd
Member
Posted 3 months ago #
Yes: http://i.imgur.com/qUDSRmL.png
Could be a caching issue? I enabled development mode in CloudFlare. Maybe it'll help.
Thanks for your time by the way.
Sanjiv
Member
Posted 3 months ago #
May be I gave you the wrong order for the html tags.
#main #___gcse_0 form input {
-moz-box-sizing: content-box;
}
Try this one.
slm_xd
Member
Posted 3 months ago #
Also no, magnifying glass hates us :(