Tagged: sidebar
Hi there,
I recently updated to Enfold Version 3.2. After that the right sidebar with the menu did not align on the right side next to the content but aligned on the right browser window.
After that I tried it with a pure new installation with no plugins and a fresh database. Unfortunatelly it did not get better.
Please see the screens attached what could have happened.
Thanks,
Ray
Hi!
That is actually the default design of the right sidebar header.Try to set the right margin of the content to 0.
.html_header_right #main {
margin-right: .0;
}
Regards,
Ismael
Hi Ismael,
thanks for your help! Unfortunatelly did not help… After some extensive trying this is the code that worked:
#wrap_all {
position: relative;
}
Best Rainer