- This topic has 20 replies, 4 voices, and was last updated 11 years, 5 months ago by Sakin.
-
AuthorPosts
-
March 24, 2013 at 3:04 am #5755nirymMember
Hi!
I’m going crazy!
I want to remove the grey border on all the miniature-images, HOW?
I also would like to make the left margins smaller in the content so that the text (http://idamyrin.se/wordpress) that is under “välkommen” is more to the left. I can’t find it in the .css! PLEASE HELP!March 26, 2013 at 12:52 am #5823SakinKeymaster@nirym: Just add the following CSS in “Custom CSS” box in Theme Options panel.
/* Remove Box Shadow in images */
.featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
box-shadow: none;
}
About the content you use. No Sidebar option and that is why the content is in the middle.
You can add the following css and increase the width. Just change the width as per your need.
.no-sidebar #primary {
width: 570px;
}
March 27, 2013 at 2:30 am #5937nirymMemberThanks for the help, but the border-thing did not work..
And where am I supposed to put the sidebar/content/width-code? 🙂
March 27, 2013 at 10:10 am #5946LeozawMemberHi Sakin,
website: aceit.ca
Just curious, I have been putting the codes that you gave to people and I was trying them out. None WORK for me! I put them in the Custom CSS box in the theme option panel and I pressed save button and refresh my page. Nothing happens? Joke’s on me? How come?
I just copied your codes and paste them on the page
March 27, 2013 at 3:52 pm #5956mrt_rlMember@nirym hey Nirym! I want to ask you something not related to this topic. I was curious if you can tell me how you changed the name of ‘Home’ to ‘Hem’ which next to your other pages (Portfolio, Analogt, etc.)
Thanks 🙂
mrt_rl
March 28, 2013 at 3:23 pm #6049March 28, 2013 at 8:48 pm #6059SakinKeymaster@nirym: Which border is not working for you. All the css code that I send you is supposed to add in “Custom CSS” box in Theme Options panel from your WordPress Dashboard.
March 28, 2013 at 8:51 pm #6060March 29, 2013 at 1:31 am #6101nirymMember@Sakin yes, I know.. I put the code there but it didn’t work 🙁
I want to remove the grey border around the picture. Like the one on this page: http://idamyrin.se/wordpress/?page_id=57March 29, 2013 at 1:37 am #6102SakinKeymaster@nirym: Oh for that try adding in the following css
#content .gallery .gallery-icon img { border: none; }
March 31, 2013 at 4:08 pm #6213nirymMember@Sakin the border is gone now, thanks a lot 🙂
the content-css-code didn’t work though. I kind of want the text to be more to the left here (http://idamyrin.se/wordpress/)March 31, 2013 at 4:24 pm #6214nirymMember@Sakin and now the borders is gone in the contactform 🙁 (http://idamyrin.se/wordpress/?page_id=18)
April 2, 2013 at 12:58 am #6281SakinKeymaster@nirym: I see that you have change the style.css. Don’t change style.css of theme. Either you need to add extra css in “Custom CSS” box in Theme Options panel or you have to build child theme.
Correct the following in Style.css and it will be fine.
Right now you have
input[type="text"], input[type="email"], textarea {
border: 0 solid #E6E6E6;
color: #666666;
}
Change that you
input[type="text"], input[type="email"], textarea {
border: 1px solid #E6E6E6;
color: #666666;
}
April 2, 2013 at 3:04 am #6289nirymMemberOh, thanks! I changed all borders when I was trying to get it away on the pics, haha. Will change that back.
But what about the content margins? The text more to the left? 🙂
April 2, 2013 at 3:30 am #6290nirymMemberDear GOD! Now it looks like this: http://idamyrin.se/wordpress/ !!!!! What the h*** happened?
April 2, 2013 at 11:57 am #6299SakinKeymaster@nirym: Please get the help from Customer at tweaky or http://jobs.wordpress.net/ . when I check in your site, there is no style.css
http://idamyrin.se/wp-content/themes/catch-everest/style.cssThe best to do now is delete the current theme and download the latest version and add it.
April 4, 2013 at 10:05 pm #6421nirymMemberBut won’t everything disappear if I do that? Think I’m gonna cry.. @sakin
April 4, 2013 at 10:07 pm #6423nirymMemberI can’t even log in..
April 4, 2013 at 10:08 pm #6424SakinKeymaster@nirym: No it won’t do. What ever you have saved will be saved in your database. So, can you delete the theme and add in new and fresh theme, you will get back everything fine. It will only delete the changes what you have done in code theme files. But nothing will be gone from Theme Options panel.
April 4, 2013 at 10:10 pm #6425nirymMember@sakin Oh, that’s good. The only problem then is that I can’t reach the panel, can’t even log in..
-
AuthorPosts
- The topic ‘Border and content’ is closed to new replies.