Responsive Banner Slider
- Posted by Kannan AMR (5) Offline
Sorry forgot to give the URL: Please see here:
www.kannanamr.com/
Would appreciate any help you could provide.
Thanks!
11 years 10 months ago #7
by Kannan AMR
www.kannanamr.com/
Would appreciate any help you could provide.
Thanks!
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Hmm any reason why you add the fixed height (250px) to wrapper of Responsive banner slider (.amr-header) and also why these css values existed in there? :
min-width: 660px;
max-width: 1920px;
width: 75%;
Also why you give .amr-nostyle a position:absolute value?
11 years 10 months ago #8
by andy
min-width: 660px;
max-width: 1920px;
width: 75%;
Also why you give .amr-nostyle a position:absolute value?
Please Log in or Create an account to join the conversation.
- Posted by Kannan AMR (5) Offline
I removed the fixed height and please see how it looks. My Navigation bar goes behind the header. My entire sheet (that is the content is also based on responsive design). That is the reason for the following values:
min-width: 660px;
max-width: 1920px;
width: 75%;
Would you suggest that I remove .amr-nostyle a position:absolute?
Thanks!
11 years 10 months ago #9
by Kannan AMR
min-width: 660px;
max-width: 1920px;
width: 75%;
Would you suggest that I remove .amr-nostyle a position:absolute?
Thanks!
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Yes you have to remove the position: absolute.
Can you tell me what layout exactly you want to achieve? Because I don't think some of css rules on that part are needed and working properly with responsive concept, additionally you probably will need to modify the html structure abit to make it the header part works responsively good too.
May I know is it a premium template or you coded it by your ownself?
11 years 10 months ago #10
by andy
Can you tell me what layout exactly you want to achieve? Because I don't think some of css rules on that part are needed and working properly with responsive concept, additionally you probably will need to modify the html structure abit to make it the header part works responsively good too.
May I know is it a premium template or you coded it by your ownself?
Please Log in or Create an account to join the conversation.
- Posted by Kannan AMR (5) Offline
I made my sheet (content area) to be in pixels (fixed width) rather than in percentage. Now it works great! Thanks for your help!
11 years 10 months ago #11
by Kannan AMR
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline