Viewing 20 posts - 1 through 20 (of 21 total)
  • Author
    Posts
  • #5755
    nirym
    Member

    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!

    #5823
    Sakin
    Keymaster

    @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;
    }

    #5937
    nirym
    Member

    Thanks for the help, but the border-thing did not work..

    And where am I supposed to put the sidebar/content/width-code? 🙂

    #5946
    Leozaw
    Member

    Hi 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

    #5956
    mrt_rl
    Member

    @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

    #6049
    nirym
    Member

    @mrt_rl Actually I have no idea.. I can’t change it 🙂

    #6059
    Sakin
    Keymaster

    @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.

    #6060
    Sakin
    Keymaster

    @mrt_rl: What you want to change. Let me know in details so that I can help you.

    #6101
    nirym
    Member

    @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=57

    #6102
    Sakin
    Keymaster

    @nirym: Oh for that try adding in the following css
    #content .gallery .gallery-icon img { border: none; }

    #6213
    nirym
    Member

    @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/)

    #6214
    nirym
    Member

    @Sakin and now the borders is gone in the contactform 🙁 (http://idamyrin.se/wordpress/?page_id=18)

    #6281
    Sakin
    Keymaster

    @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;
    }

    #6289
    nirym
    Member

    Oh, 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? 🙂

    #6290
    nirym
    Member

    Dear GOD! Now it looks like this: http://idamyrin.se/wordpress/ !!!!! What the h*** happened?

    #6299
    Sakin
    Keymaster

    @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.css

    The best to do now is delete the current theme and download the latest version and add it.

    #6421
    nirym
    Member

    But won’t everything disappear if I do that? Think I’m gonna cry.. @sakin

    #6423
    nirym
    Member

    I can’t even log in..

    #6424
    Sakin
    Keymaster

    @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.

    #6425
    nirym
    Member

    @sakin Oh, that’s good. The only problem then is that I can’t reach the panel, can’t even log in..

Viewing 20 posts - 1 through 20 (of 21 total)
  • The topic ‘Border and content’ is closed to new replies.