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 » Header configuration & styling »

picture in posts


  #1  
Old Apr 6, 2009, 07:21 PM
zizi
 
29 posts · Mar 2009
I tried to have two thumbnails at the middle of the page, but each time I center them, they go one below each other, not together at the middle. When I remove image text(text below thumbs), it works, but when I add text below the thumbs, well the thumbs change positions.

Sorry if this is newbee basics, I have been working on it for 3 days before asking here !
  #2  
Old Apr 6, 2009, 07:27 PM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
The only way I've found to get 2 images to appear side by side is to use a regular old HTML table. I can't recall if the default editor has a table builder, but you can get the Tiny MCE Advanced plugin to be sure you'll have the table builder. Just click on the icon and build your tables as you would in Dreamweaver. You can right-click in the table to change table, cell or row properties.

There are also some table options you can set in the theme options area.
  #3  
Old Apr 6, 2009, 08:10 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
For everything that needs to be (and stay) side by side I'd use a table.

HTML Code:
<table id="mytable" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="leftcell"> ... </td>
<td class="rightcell"> ... </td>
</tr>
</table>
CSS Insert, i.e.:

HTML Code:
table#mytable {
font-size: 100%; /* otherwise, some browsers may use a smaller font inside tables */
width: 100%;
}
table#mytable td {
vertical-align: top;
padding: 5px;
}
td.leftcell {
width: 100px;
}
  #4  
Old Apr 6, 2009, 08:21 PM
zizi
 
29 posts · Mar 2009
Thank you Paulae, I will have a try !
  #5  
Old Apr 6, 2009, 08:23 PM
zizi
 
29 posts · Mar 2009
Thank you Flynn !

Yes I must get right from the beginning of my blog because I want to have a very well uniformized blog and respecting its aesthetics at every single post..

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Picture Path problem, when uploading pictures in posts Kingsix Atahualpa 3 Wordpress theme 3 Dec 27, 2010 02:35 PM
How to change Admin Profile (Avatar)'s picture? blueapple Comments, trackbacks & pings 6 Jun 25, 2010 08:15 AM
Custom HTML instead of header picture? robertomueller Header configuration & styling 2 Jul 13, 2009 10:44 AM
[SOLVED] Strange picture placement of nextgen galleries Toskache Plugins & Atahualpa 2 Jul 4, 2009 12:49 PM
text and picture on same height mowcow Excerpts, Read more, Pagination 0 Mar 16, 2009 12:22 PM


All times are GMT -6. The time now is 11:27 AM.


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