Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    Please provide a url to file i need to edit.

    clearvoyance day is wednesdays ??

    nice image – but useless without a link to your site.

    [ https://codex.www.ads-software.com/Forum_Welcome#Include_as_much_information_as_possible ]

    Thread Starter devinrhode

    (@devinrhode)

    omg lol hahahahahah LMAO its https://www.michiganinteriordesign.net/

    Michael

    (@alchymyth)

    one possibility:

    in this style in style.css:

    div.category {background-color: #a05c2f; display:block; position: absolute; top: 0px; right: 0px; padding: 8px 8px 3px 8px; }

    you could change the right: 0px; to left: 0px; to move the brown block to the left top corner;

    —————
    or other possibility:

    in this style just after the above style:

    span.month {font-size: 48px; color: #ffffff; text-decoration: none; text-transform: uppercase; position: absolute; top: 40px; right: 0px; padding-right: 8px;}

    you could change the top: 40px; right: 0px; to top: 10px; left: 10px; to move the date to the left top side;

    and in here:
    span.date {display:block; position: absolute; top: 40px; right: 0px; padding-right: 8px;}

    just play with the right: 0px; to find the best arrangement.

    (only checked in firefox – not tested in internet explorer or other browsers – only checked on your linked page)

    Thread Starter devinrhode

    (@devinrhode)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem With text Overlapping’ is closed to new replies.