Delete Image, or change his size
-
-
-
@mauroaluffi, your english is just fine.
Are you wanting to remove the featured image from all of the post pages? If so, the following will do it for all post pages. I include a height declaration to lessen the space above the title.
.single #big_thumbnail { background: none; height: 130px; }If you would rather resize the image, can you let us know whether you want to just shorten the height? Also, the content (white area) can be moved down to reveal the entire image is that is what you are wanting.
-
Thank you very much! You are great! I take advantage of your skills to another question.
To make thinner the menu bar on the left I found the code:media = “all”
# info-box, # info-bg, # main-wrap: before {
width: 280px;
border-right: 1px solid # 50a09f;But if i set the size to 260px does not change anything until I remove the line “media =” all “”
In this case, however, if I look at the blog with dispositivimobili see it as in the attached image.
2002-2456700 https://www.dropbox.com/s/c1lnzqylxpi5s52/Schermata%%% 20alle 2008.25.16.png
-
-
Hi, let’s limit this change to 1024px in width and above, since that is when the logo and menu move to the top above the images/content. Add this and see what you think.
@media screen and (min-width: 1024px) { #info-area, #info-bg, #main-wrap:before { width: 260px; } #main { margin-left: 261px; } } -
-
-
-
If you are wanting to reduce the space above and below your image, add the following CSS and adjust the 60px top and bottom margin values as desired.
#logo-area { margin-bottom: 60px; margin-top: 60px; } -
-
To get rid of the tags on your single posts, add the following.
.entry-content .tags { display: none; }I’ll just offer this as a suggestion, in case you are not aware, you should limit the number or tags, or categories, or a combination of the two to about 15 maximum so that your posts can appear in the WordPress.com Topics listings. Also, sometimes the search engines will get suspicious if a site has too many tags or categories assigned to a post. You can see the end of the Tags Support document for more on that: http://en.support.wordpress.com/posts/tags/#topic-listings .
-
-
@aaamoviecompany, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum and I’ll watch for it and help you out. Many thanks in advance.
- The topic ‘Delete Image, or change his size’ is closed to new replies.



