theseamonster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Page Content Scrolling Into Header Area:/
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Page Content Scrolling Into Header AreaI also tried using position: absolute
per this site: http://www.w3schools.com/css/css_positioning.asp
and that did not work….
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Page Content Scrolling Into Header AreaI also tried
.site-header {
position: relative;
top: 0;
width: 100%;
z-index: 2000;
}per a suggestion from another site and that did not work either…
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Page Content Scrolling Into Header AreaHi arty9k,
I inserted the code you posted and it did not work.
Anything else that you could suggest I try?
Thanks again for your help.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Page Content Scrolling Into Header AreaI would also like help with this problem.
I am new at wordpress and to css. My theme is ‘clay’ by bottomless design.
my website:
http://www.amandaseaman.comI made a child theme via wordpress instructions (but honestly have no idea about css other than things I read here).
Should I use the style.css to fix my header? Or should I use the “custom css” box in the appearance >> “theme options” section of my dashboard?And what is the code I should use?
Also is there a way to make my header longer?
Thank you for your help.