Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Centering boxes

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #186464
    Marc2412
    Participant

    Hey there,

    My website is here: click here

    I want the 3 boxes under my slideshow to be in the middle.. they are now more to the right (cuz there used to be a fourth box of it left.

    Here is the code:

    #featured-boxs img.box-image {
      border: 3px solid #EEEEEE;
    width: 200px;
    height: 300px;
    }

    Thanks in advance,

    #186467
    Paulie_D
    Member

    Your HTML is a little odd…<span> elements should not contain block level elements like headings or divs.

    EDIT – Looks like you fixed it.

    #186468
    Marc2412
    Participant

    Yea got it myself seemed to be an easy fix haha:p Now only problem that remains is that when changing the language of the website and I click on the first box it goes to the dutch page instead of the english one (i pasted the code on my other thread) :(

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.