Hi Kriesi team.
I just wonder why fixed header, once I edited it adding 1px solid #ddd both right and left, only for the >990px style became 2px wider.
Is there a way to fix it? Shouldn’t I add borders?
Thanks in advance and best regards.
Hey dalcnetsrl!
Can you please give us a link to the website? Maybe you’re adding it on a multiple css selector. A screenshot of what you’re trying to do will help.
#header_main .container {
border-left: 1px solid;
border-right: 1px solid;
}
Regards,
Ismael
Hi Ismael!
Here’s the link: http://www.dalcnet.com/test
Waiting for your suggestion, thanks in advance.
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main { margin-right: -2px; }
Regards,
Yigit
Hi Yigit, thanks for your reply. Your suggestion is ok and now header with borders looks correctly now! But… shouldn’t I add borders to header? I hope this trick will be not affected in the future. Otherwise, I’ll deactivate it. Many thanks!