How do you eliminate the space between the rows of the portfolio images
-
How do you eliminate the space between the rows of the portfolio images
The blog I need help with is: (visible only to logged in users)
-
You can accomplish this with the following CSS code:
/* Remove space between portfolio image rows */ div.projects article { margin-bottom: 0; }You can add the CSS to your site here:
https://jeremypresner.wordpress.com/wp-admin/customize.php
To learn more about how CSS editing works at WordPress.com, see these helpful pages:
http://en.support.wordpress.com/custom-design/css-basics/
http://en.support.wordpress.com/custom-design/editing-css/
Let us know if you have any more questions :-)
-
Thanks, also do you know how to get posts to display categories of portfolio? the code in the espied link was not workign when I applied it to my categories
-
Can you describe what you mean?
I see that you have successfully created a Portfolio Page:
Also, you can add a Portfolio to any Page or Post with a shortcode:
Once you give me some additional clarification, I will be more than happy to continue resolving your issue.
-
what i mean is I’ve tried using the portfolio short code to get selected project types to display but have not been successful doing so…
-
As previously stated, I can see your Portfolio Page here:
Can you please provide me with the link to the post/page you are having shortcode issues with?
-
Hi! The name Presner sounds verrrrry familiar. :)
I checked http://presner.com/portfolio/ and I see that you added a plain [portfolio] shortcode there with no options.
I’ve tried using the portfolio short code to get selected project types to display but have not been successful doing so…
I noticed you have a draft page titled “test” and in it you have the following:
<code>[portfolio display_type=true display_tags=false include_type=Trailers=3 showposts=5]</code>First, the “code” tags from around either shortcode need to go, those could be causing the trouble. Also, the “include_type=Trailers=3” doesn’t look right. Try taking the “=3” part out or maybe just add “columns” right before the “=3” part if you were trying to get the shortcode to display 3 columns.
Here’s what I think the shortcode should look like instead of what’s above:
[portfolio display_type=true display_tags=false include_type=Trailers columns=3 showposts=5]You can use the “Text” tab at the top right of the editor to temporarily switch to the code view to see the HTML “code” tags and remove them.
- The topic ‘How do you eliminate the space between the rows of the portfolio images’ is closed to new replies.