WP Plugin Customization Help Needed - html/css

3 replies
  • WEB DESIGN
  • |
Hello,

I am running another wordpress classified plugin on my site. The plugin formats the photos vertical and to the left of the main page with description aside it,
like so...

photo1 - description

photo2 - description

photo3 - description

I want it to show horizontally, say 3-6 across (if it fits)
with the partial description below it, aligned with the photo.
like so...

photo1 - photo2 - photo3
descrip descript descript

the folks at awpcp forum said I should look at this HTML
and change it to how I want, yet I have no clue
what control the formating.

this is the code they said to look at...


Code:
<div id="$awpcpdisplayaditems"><div style="width:$imgblockwidth;padding:5px;float:left;margin-right:20px;">$awpcp_image_name_srccode</div><div style="width:50%;padding:5px;float:left;"><h4>$ad_title</h4> $addetailssummary...</div><div style="padding:5px;float:left;"> $awpcpadpostdate $awpcp_city_display $awpcp_state_display $awpcp_display_adviews $awpcp_display_price </div><div class="fixfloat"></div></div><div class="fixfloat"></div>




can you guys take a look at it, and give me
some pointers?
#customization #html or css #needed #plugin
  • Profile picture of the author serentripity
    Have you tried putting the div with the description within the same div as the image? No guarantees it'll work, but that's what I would try.

    You might also have to remove the 'float:left;' declaration, and/or adjust the padding on the description div...

    Good luck!!
    {{ DiscussionBoard.errors[2493379].message }}
  • Profile picture of the author enterpryzman
    are you using classipress ?
    {{ DiscussionBoard.errors[2493440].message }}
  • Profile picture of the author TheConfidenceMan
    its not classipress.. its another wordpress classified plugin..

    Im gonna search around for the codes. Im thinking the float-left and fixed float need to change. I guess the layout im looking for is "grid"

    I really need this done asap.. any other ideas?
    {{ DiscussionBoard.errors[2494125].message }}

Trending Topics