Related Items Extended - My Menu Icons Get Smaller
- Posted by Captain (20) Offline
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
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
Please Log in or Create an account to join the conversation.
- Posted by Captain (20) Offline
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
I'm waiting for your answer thanks
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
11 years 2 months ago #3
by TemplatePlazza
Try to add value : box-sizing:content-box to your menu css, for example
.nav {
box-sizing:content-box;
}
Please Log in or Create an account to join the conversation.
- Posted by Captain (20) Offline
- Posted by Captain (20) Offline
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
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)
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline