Menu And Body Content moved
Auteur : Vedat G.
Visité 1663,
Followers 2,
Partagé 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
Posté le
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...
Auteur
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>