This topic has 8 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
hi i did some css changes but nothing changes in the frontend… why?
i renamed teh default.custom.css to custom.css and enabled it in your theme settings…
the cmod wos on 755 which should work… i also tried it with 777 just to be sure… but nothing?!
Hello,
Did you have cleared cache after changes?
Also please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
yes i did … also tried 3 different browser
i have the installation on a subdomain but so far i know this cant be a problem…
credentials in privat content…
thx
Hello,
Please specify what changes must be seen according to your modifications.
Thank you.
Regards,
Eva Kemp.
i wnat to change the boxed width into 1030 px and the container into 955 and removed the box shadow…
this has to work… looks good in firebug
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 955px;
}
.boxed .page-wrapper {
width: 1030px;
margin: 0 auto;
box-shadow: 0 0px 0px;
-webkit-box-shadow: 0 0px 0px;
}
Hello,
I’ve added “!important” to your code:
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 955px !important;
}
.boxed .page-wrapper {
width: 1030px !important; }
Please check your site now.
Thank you.
Regards,
Eva Kemp.
ok looks pretty good now… thx
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘custom css changes wont aplly’' has been successfully resolved, and the topic is now closed for further responses