Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two issues with my responsive portfolio website #10381

Closed
kristinabressler opened this issue Sep 2, 2013 · 4 comments
Closed

two issues with my responsive portfolio website #10381

kristinabressler opened this issue Sep 2, 2013 · 4 comments

Comments

@kristinabressler
Copy link

I'm working hard to make my portfolio website, www.kikidesign.net, responsive with bootstrap. The first issue is that only "home" link is working, the other links aren't working. I couldn't click on "portfolio", "about", and "contact".

The second issue is the browser window. When I move the browser window to less than 960px wide, I still can scroll right and out of bound. The issue is the same whether on the desktop and on my cell phone.

What should I do to fix this? I'm using Bootstrap 3.0. I think it has something to do with html classes: "csstransforms", "no-csstransforms3d", and "csstransitions"?

@mdo
Copy link
Member

mdo commented Sep 3, 2013

In most cases we don't help folks with their own projects here because it's time consuming and difficult to sort through the setup and technical bits. It's not practical for the number of issues we receive daily. That said, I think I know what's up.

Instead of using background-image for your footer bar image, you're using a div with an inline img. That image is over 1,000 pixels wide and is the reason your pages scroll horizontally.

Your links seem to function fine for me.

@mdo mdo closed this as completed Sep 3, 2013
@kristinabressler
Copy link
Author

The links are fine when it's in normal desktop browser window, but when It's in responsive window of at least 400px wide (under the logo, not on right of logo), it's not working at all. That's what I'm talking about.

Thanks! I fixed the browser resize issue with the footer bar image by using overflow:hidden.

@fchiumeo
Copy link

fchiumeo commented Sep 3, 2013

h1 inside the div quote overlay the links

@kristinabressler
Copy link
Author

Thanks for pointing it out! I fixed it! Thanks again for all your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants