Forum replies created
Thank you Roman!
Before update slider was not bellow text logo but now it looks even better.
If I wanted to compare how it will look above text logo where would I insert that slider?
btw, all of my modifications are add and not changing anything ie. add image slider
Thanks for that link, really good tool to compare stuff!
I will compare files and see if I need to add my modifications to new v1.8.5 files.
Roman, you are The CSS master!
Now it works across all browsers including mobile!
Is above code everything needed to make rounded corners or I need to add it to existing ?
/*rounded widget corners START */
.widget-content {
margin:0 0 25px;
overflow:hidden;
padding:0 15px 20px 15px;
border:1px solid #afcde3;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.widget-title {
padding-top:20px;
}
.widget-title-background {
-webkit-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
}
/*rounded widget corners END*/
or
/*rounded widget corners START */
.widget-title-background {
-webkit-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
margin-top:11px;
}
/*rounded widget corners END*/