Menu And Body Content moved
Autor: Vedat G.
Visitado 1662,
Followers 2,
Compartido 46
Hi,
Menu and body conflict seems to be not corrected with the update. When menu buttons move, the body text indents quite a bit.
I have the sample at http://www.semiramispekkan.com
Best Regards,
Vedat
Publicado en
Hello Vedat,
I think the problem is related to the fact that the buttons are too large, so when they go down the move the content! Let me know...
Autor
Hi Steve,
Ok, I have narrowed the buttons from 120 px to 90 px, reduced the size of the menu font to a minumum. Same thing happens again.
Because I am not using a custom template, I can not make the size changes on the body area and rest of the areas.
Best Regards,
Vedat
Hello Vedat,
It is a template issue (if you change template you'll see that the issue is gone).
We'll fix it in the next release. For now, you can fix this problem by pasting this HTML code in the "Custom code for the HEAD section" field, in the "Expert" tab at step 1 of WSX5.
<style>
#imMnMn {
padding: 0px;
margin-left: 21px;
width: 100px;
}
</style>