lishure
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Remove Sticky HeaderYes it worked! Thank you!! 🙂
Forum: Fixing WordPress
In reply to: Header cuts offThank you
Forum: Fixing WordPress
In reply to: Header cuts offThe theme I am using is Twenty Sixteen/thebreuergroup Version: 1.3
which was the WordPress default theme of 2016. The author of the theme is ww.wp.xz.cn. If I cannot get help through WordPress forums, can you please direct me to where I would get support from?Forum: Fixing WordPress
In reply to: Header cuts offI still need help to remove the sticky header. I don’t know how to. Please help
Forum: Fixing WordPress
In reply to: Header cuts offI found out the 1/4 inch thing that’s cutting off my header is called a “sticky header” or “floating header”. I need to remove it as it is blocking the original header. Any advice would help. Thank you!
Forum: Fixing WordPress
In reply to: Header cuts offI copied and pasted the code:
.header_top {
background: #4c4c4c;
overflow: hidden;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.11);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.11);
padding-top: 0;
}into Additional CSS and also tried padding-top: 30px; and it did not work. I think the problem with my site is that somehow these 1/4 inch top margins appeared on both top and bottom of my screen and whenever I scroll, the 1/4 inch margins follow. I don’t know how to make it disappear.