Hello,
my vertical menu shows the implemented images above the text.
How can i change this, to display the images on the left side, near the text and cancel the Dart above the image?
Thanks for help!
Michael
Dear Michael.
Thanks for using our product.
I'm sorry I don't understand your question.
Please give me link your site and clarify your issue again.
I will check it for you.
Hello again,
when i insert an Image for a Menu-point, the Image is placed above the menu-point(Text).
I need to place the Image on the left side next to the menu-poin ( Text ), like the Awesome-icons.
The link to the webside is:
www.principality-of-sealand.ch/joomla/
.
Please check this for a Solution.
Hi Michael.
Thanks for contacting me again.
Please add this code below in to Custom CSS filed in the advanced tab
.megacss3 img {
float: left;
}
Hope it will help you.