CSS changes are not applied, Why ?
-
i did some changes in my css custom design, the preview worked great, but the when i load the blog nothing is changed. ?
knowing that i already purchased the custom design ?!
any idea ?The blog I need help with is: (visible only to logged in users)
-
one more thing, the images in widgets have some problems, and i dont know how to fix it, how can i resize it ?
-
I’m not seeing any image widgets on the referenced site. After previewing, did you save your CSS?
-
I can see custom CSS working on the http://mimitrans.com/ site. could you let us know exactly what CSS change you applied before that isn’t working now?
I see some large images in the links widget in the footer widget area that are references to outside images not uploaded to your blog’s media library. You can try to force resize the images with CSS using a rule like this:
.blogroll li a img { width: 100%; }Or you can save the images and then upload them to your media library and use WordPress.com itself to resize the images by adding “?w=200” (or whatever size you want) to the end of your image URLs.
You can change out the image URLs from the “Links” menu in your blog dashboard. Check the “Image Address” field under “Advanced” for each one.
https://mimitrans.wordpress.com/wp-admin/link.php?action=edit&link_id=9
https://mimitrans.wordpress.com/wp-admin/link.php?action=edit&link_id=10 -
@designsimply @timethief @thesacredpath thanks for replying, i managed somehow to fix it, and really dunno how, i just mixed some css codes, and voila it worked perfectly ))
- The topic ‘CSS changes are not applied, Why ?’ is closed to new replies.