Related Items Extended - My Menu Icons Get Smaller

Hello,

When i enable xtd-related items module in my pages, my menu icons get smaller.

If i delete Line 5 in style.css of xtd-related-items module

* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

Icons get normal size again.

How can i solve the problem?

I haven't removed the line yet here is a example link,

www.avmindirim.com/indirimler/11454-avon...4-ocak-21-subat.html

Regards
11 years 2 months ago #1 by Captain

Please Log in or Create an account to join the conversation.

I've deleted the line because i noticed that it also brakes my gallery pop up css

I'm waiting for your answer thanks
11 years 2 months ago #2 by Captain

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi indeep blue,
Try to add value : box-sizing:content-box to your menu css, for example
.nav {
box-sizing:content-box;
}
11 years 2 months ago #3 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Yes it works.

Thank you very much
11 years 2 months ago #4 by Captain

Please Log in or Create an account to join the conversation.

Hello,

I've switched to another template, now in this template twitter tweet button gets nonvisible, if i delete

* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} it works again,

i tried to add value but it doesn't work.

Can you help me?

Eg: www.avmindirim.com/indirimler/11648-mudo...indirim-firsati.html (with related items)

www.avmindirim.com/indirimler/8628-malte...2012-50-indirim.html (without related items)
11 years 1 month ago #5 by Captain

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi, try this
#gkSocialAPI > * {
box-sizing: content-box;
}
11 years 1 month ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum