Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

closing blank vertical space in center column


  #1  
Old Jan 29, 2012, 11:08 AM
joe hark
 
168 posts · Feb 2009
Please look at http://75.127.110.64/~seachang/.

Note the space between the bottom of the word "Welcome" and the top edge of the photos in the slide show.

Where is the ode (and what should it be) to reduce the height of that space by at least half?
  #2  
Old Jan 29, 2012, 11:20 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
It is caused by wordpress adding a <p> at the begining of the post
you could use CSS to set all the <p> to not display in a post
HTML Code:
div.post-bodycopy p {
    display: none;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jan 29, 2012, 11:27 AM
joe hark
 
168 posts · Feb 2009
The code, seen in the page's HTML view, is

[slideshow] The <strong>Indian-American Bar Association of Chicago</strong> is proud to represent the South Asian legal community in the Chicago area.

IABA's purpose is three-fold:
<ol>

there is no <p>
  #4  
Old Jan 29, 2012, 02:22 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
when I look at the page source I see
HTML Code:
<div class="post-35 page type-page status-publish hentry post" id="post-35">


<div class="post-headline">		<h1>Welcome</h1>
		</div>

<div class="post-bodycopy clearfix"><p>    <script type="text/javascript">
        var jsSlideshow = new Array();
note the < p > after the post-bodycopy clearfix
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Jan 30, 2012 at 02:11 PM.
  #5  
Old Jan 30, 2012, 11:32 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You won't see the <p> in the html view in WordPress by default but a space in the content indicates where one is.

In the html view do you have a space above the shortcode? If so remove it. If you have no space above the shortcode you could use CSS like below to create the illusion of no p tag.
HTML Code:
#slideshow-wrapper {
    margin-top: -30px !important;
}
Quote:
Originally Posted by joe hark
The code, seen in the page's HTML view, is

[slideshow] The <strong>Indian-American Bar Association of Chicago</strong> is proud to represent the South Asian legal community in the Chicago area.

IABA's purpose is three-fold:
<ol>

there is no <p>
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Space Between Right Sidebar and Center Column customizedwed Sidebars & Widgets 17 Jan 5, 2011 05:49 AM
[SOLVED] Add space in center column jkgourmet Center area post/pages 3 Nov 18, 2010 12:35 PM
Space between sidebar & center column? wordpressnewbie Center area post/pages 4 Jul 2, 2010 12:03 AM
How to remove blank lines in center column capelady Center area post/pages 8 Apr 29, 2010 04:44 PM
[SOLVED] creating a vertical space in between left sidebar and centre column area rinoa3108 Header configuration & styling 2 Dec 17, 2009 02:32 PM


All times are GMT -6. The time now is 07:31 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.