Forums

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

Home Forums CSS Problem using foundation framework

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #42636
    sshuvro58
    Participant

    I have created a 12 column block and inside this I have another 4 three column block . The problem is when I resize the window , it lost its responsiveness . Not only responsiveness , the contains take place out side of the page wrap .

    If I don’t use foundation , the unordered list items always take place out side of the block . Why it is happening ? How can I solve this .

    Here is what I did: http://codepen.io/sshuvro58/pen/ncAha

    (Plz don’t laugh at my code :( I know it is very bad )

    #124060
    Paulie_D
    Member

    I’m not sure we can help without seeing the full CSS (with Foundation).

    As for responsiveness, perhaps there are media queries you have left out.

    Ideally a live site would be better than the Codepen.

    #124061
    sshuvro58
    Participant

    ok Paulie_D , leave foundation , but how can I show the link group inside the box ? why they take place out side of the box ?

    #124064
    Paulie_D
    Member

    I don’t understand.

    By link group do you mean menu?

    What do you mean by outside of the box? What box?

    Perhaps it would be better if you could show us an image of what it is you are trying to achieve. You do have a design mock-up don’t you…if not, you should?

    #124067
    sshuvro58
    Participant

    @Paulie_D:

    thats what I want to make .

    #124070
    Paulie_D
    Member

    You would have to put the lists into the same div as your logo and float all of them to the left.

    http://codepen.io/Paulie-D/pen/Efegn

    Without knowing the detail of Foundation I can’t say what you might need to classes might apply

    #124077
    sshuvro58
    Participant

    thanks a lot @Paulie_D

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