Viewing 4 replies - 1 through 4 (of 4 total)
  • Not Found

    Apologies, but the page you requested could not be found. Perhaps searching will help.

    https://www.calgavin.com/test not text?

    But I cannot see the issue!

    David

    You need to move the code that outputs the title, inside the contentBlock inner, you would likely need to create a title style class in the style.css

    This is the stucture now

    <div id="content">
    IM A TEST
    <div class="cBlock contentBlock">
    <div class="top">
    <div class="inner">
    <div class="bottom">

    You want:

    <div id="content">
    <div class="cBlock contentBlock">
    <div class="top">
    <div class="inner">
    IM A TEST
    <div class="bottom">

    HTH

    David

    Thread Starter kevin.wilescg

    (@kevinwilescg)

    The im a test text is actually the blog post title which I need to show up in the content block but curently it doesnt

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Loop Issues’ is closed to new replies.