Everything posted by Aeneas
-
Feedback on sidebar size
Hey ya all, I'm coding my first WP theme so I am not used to sidebars. This is the site: http://zarkopef.se/tesa/# I'm not done with the styling yet so if you got any ideas for me, please share them. But my primary question is if the sidebar takes to much space? I will put in a Instagram feed later and I don't wont it to be too small. /A
-
Sidebar
Hello you all! I'm designing my first WP theme ever and I just bumped into some problems with my sidebar. Take a look: http://zarkopef.se/tesa/# By some reason the sidebar places itself in the middle of the site, and not in the top where I want it to be. What should I do in order to place it correct? I also have some problems with the width, I would like to have it wider but when I try to do so, the sidebar is moved to the bottom.
-
Need some feedback!
Thank you for the feedback. However, I can't find any problems with the menu. I've been trying with several devices but the menu's position doesn't change. What screen resolution did you use?
-
Need some feedback!
I wrote the new link in my second post http://www.daveco.se
-
Need some feedback!
Really need some feeback. Come on everyone!
-
Need some feedback!
Hmm, I did some changes with paddings and line-height. It looks much better with more space. But I don't know if the average layout is negative affected by the changes. What do you guys think? http://www.daveco.se This is how it looked before (full hd) : https://imagizer.imageshack.us/v2/1919x1017q50/674/HrrpsK.jpg
-
Need some feedback!
Hey'o mates! This is one of my first web design projects and I would like you guys to check it out. http://daveco.se/build2/index.html I know this isn't the best of websites but I would appreciate some constructive feedback from you pros. Have a great day! //Aeneazzen
-
Responsive contact form
Thank you, I followed the guide and this is the result: http://daveco.se/build2/kontakt.html But, how should I do in order to make the form send the messages to my mail? I don't understand, can you please explain? I'm sorry for being such a noob
-
Responsive contact form
Hey'o mates! I'm looking for a responsive contact form template to use in my website. Can you guys give me some tips? Thanks in advance! Aeneas
- Help with nav bar
-
Help with nav bar
This is what I got so far: HTML: <section id="subHead"> <header> <h1><a href="index.html"><DAVECO/></a></h1> </header> <nav id="subNav"> <ul> <li><a href="omoss.html">OM OSS</a></li> <li><a href="portfolio.html">PORTFOLIO</a></li> <li><a href="kontakt.html">KONTAKT</a></li> </ul> </nav> </section> CSS: html { font-size: 100%; line-height: 1; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { background-color: #eee; font-family: "bariol", Tahoma, Arial; } #subHead { min-width: 100%; background-color: #34495E; height: 100px; } #subHead header { width: 30%; float: left; background-color: #34495E; height: 100%; } #subHead header h1{ font-size: 6em; font-family: "rbno2"; text-align: center; padding-top: 3%; padding-bottom: 3%; } #subNav { width: 70%; float: left; background-color: #34495E; font-family: "rbno2"; font-size: 1.5em; text-align: center; height: 100%; } #subNav ul li { display: inline; padding: 5% } #subNav ul li a:link { color: #fff; } #subNav ul li a:visited { color: #fff; } #subNav ul li a:hover { color: #eee; }
-
Help with nav bar
Hello! I got some problem with my nav bar. I'm trying to build this https://imageshack.com/a/img674/8589/L6WRR6.gif But for some reason I just can't make it work in the HTML5/CSS3. I want the bar to be responsive friendly so it will be easy to manipulate it with @media. I would prefer to write the logo instead of using a picture and I don't need no help with separators and active state, just the basic HTML/CSS construction. Can someone please give me a helping hand? I'm pretty new to this.