Hi,
The use case is:
This is the standard layout:
And this is the layout with Blocks:
It is obviously due to the extra container introduced by the pure fact that I use a Block. Does anybody know what kind of CSS-rule modification / addition should I do to make my menu looking in a proper way?
Regards
Tomasz
Hi Tomasz ,
Press F12 key on browser and see which css property applied on this.
not sure but you need to use
"padding" and "background" property for this.
Rahul Sahu