Hello
What a great theme guys. I develop many sites and I think betheme is beautiful, functional, and easy to customize.
I am having an issue with the sticky header being out of alignment. it was working fine but I wanted to start over so i erased the database and all files in this
sites public_html folder, then created a new db, installed wp 4.2 and uploaded a new copy of the theme but for some reason, now the sticky header is out of alignment. I use boxed layout on the sticky header and it was lined up perfect before but now it sits a little to the right.
any help is appreciated.
Comments
.layout-boxed.header-boxed #Top_bar.is-sticky {Instead of -620px, should be -625px. You change this under responsive-1240.css file. This is the exact reason why sticky header is moved to the right side.margin-left: -620px;
}