Forums
(@angkordesign)
9 years, 5 months ago
Hello,
try putting this in your custom CSS or stylesheet.css in the end
#menu-main .sf-dropdown { height: 100px; }
Hope it will solve your issue ?? Luka
10 years, 1 month ago
add this to Custom CSS,
#branding { background-size: 100%; }
this thing here:
.carousel>.center-slides-enabled>.item>.carousel-image img{ position: static; }
try adding this to custom CSS if will fix your problem.
try rather this:
background-size: 100%;
Since it moved everything, it must have been something like missing semicolon. ??
NP, and have a nice day!
Yes, that is true – at next update it will be lost, and in that case solutions above will work ??
Luka
Throw it in the end of the style.css then.
Yes, preferably into the custom CSS.
If i understood well what should be changed, this should work:
.post-thumbnail{ text-align:center; }
Weird, because when i change it in Chrome dev tools from
#menu-item-4269 a{ background: url(https://crvreview.info/wp-content/uploads/2015/01/logo5.png) no-repeat; }
to
#menu-item-4269 a{ background: url(https://crvreview.info/wp-content/uploads/2015/01/logo5.png) no-repeat !important; }
it stays there. Otherwise i would not know what is causing this.
Cheap solution,… where you have inserted the background, add !important, in your case:
background: url(https://crvreview.info/wp-content/uploads/2015/01/logo5.png) no-repeat !important;