Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #183916

    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.

    #184072

    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

    #186568

    Hi Ismael!
    Here’s the link: http://www.dalcnet.com/test
    Waiting for your suggestion, thanks in advance.

    #187484

    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

    #187556

    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!

    #187748

    Hi!

    You are welcome. This is the only work-around i can think of, if you want to add borders to header. Let us know if you have any other questions or issues.

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘fixed header – 1px border added left+right, it became 2px wider’ is closed to new replies.