• This is probably the last thing I need help on. Thanks to everyone that has helped me so far especially Esmi Thank You kind soul. On to the issue

    on this page https://macombinvestments.net/?page_id=3

    It looks ok but I have tried for HOURS to get the

    <div class="featured">
    		<div class="top"></div>
    		<div class="mid"></div>
                    <div class="bot"></div>

    stuff to work.
    This page displays properties in 3 categories. I tried putting all the categories in there own box, and i tried putting all content in one box i cant get it it work I have no clue why.

    Here is the code for the page, any help in how I can do it would be awesome.

    https://pastebin.com/m51c924fa

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter enacuous

    (@enacuous)

    bump

    You again ??

    Save what you already have, but I believe it should be like this: https://pastebin.com/m34c80bbc

    Just FYI
    Your CSS is set up such that it doesn’t recognize these tags

    <div class="top"></div>
    <div class="mid"></div>
    <div class="bot"></div>

    …Unless they’re enclosed in another parent div with a class like “featured” or “postgroup”…

    So what I’ve done is this, essentially:

    <div class="YOURCUSTOMCLASSES">
    <div class="postgroup">
    <div class="top"></div>
    <div class="mid">
    ....WORDPRESS POST GENERATION STUFF....
    </div>
    <div class="bot"></div>
    </div>
    </div>

    YOURCUSTOMCLASSES appear to be these:
    For active listings, the class is: prop-box-avail
    For pending sales & sold listings, the class is: prop-float-container prop-box

    Thread Starter enacuous

    (@enacuous)

    Thank you for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Probably an easy fix. Please Help’ is closed to new replies.