• Hi everybody,

    I’ve been going crazy with this issue for a while and have posted about this before, but I haven’t gotten any answers. I’ve just realized that there may be a clue that will lead to my problem being fixed. The clue is that there is a difference in how the information is shown in the “Front Page” view (<a href="https://www.middleeastfacts.com/weblog/index.php"</a>) and in the detailed view (<https://www.middleeastfacts.com/weblog/index.php?p=55"</a>). Can anybody explain to me the difference between the Front Page view and the detailed view?

    Thanks!
    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want the sidebar to not flow over the footer, then you should do the following:

    1. Go into your CSS file and find the place where the footer div is styled. It should start with something like #footer. Add width:100%; to that styling, between the curly {} brackets.

    2. Also add clear:both; to the footer styling.

    3. Make sure that the footer div comes after the sidebar div in your source code.

    Thread Starter MEF

    (@mef)

    Hi Avenir,

    Thanks for your comments. I tried the above, but it didn’t seem to work. I rearranged my index.php file to follow the format suggested on https://builder.com.com/5100-6371-5160911.html and it seems to have helped. There are some minor issues with my layout still, but it’s better than it was! : )

    Thanks for taking the time to respond!

    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Differences between “Front Page” view and detailed view’ is closed to new replies.