Hello,
could you tell me what i could do to get away the big white gaps/spaces by the symbol lists? On the left is the symbol and under there is lots of white space, so that there iis not much space left for the text.
Is it perhaps possible so set the sybol on mobile over the text? Or what can i do to put the text closer to the left side?
Long words are sometimes not separated in the mobile view and they go into nowhere, so that you dont know what the word is about.
Is there someting that automativ´cally seperates the words mobile? Its in the headlines too.
Would be great to get some help :)
And thanks a lot for that great support!!! My compliments. That is absolutely a super support team from enfold :)
Many greetings rixi
Hey rixi,
How about putting the icon on top in the center?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px) {
#top .avia-icon-list .iconlist_icon {
float: none;
margin: 0 auto;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thanks a lot! With the round symbols it looks perfect now, but at the same time my other symbols, little arrows, that were in the blue color section at the end of the page went in the middle too. Is it possible to put them just back on the left side?
Then it would be absolutely perfect :)
Many greeting rixi
Hi rixi,
Remove this from the code given above – margin: 0 auto;
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
perfect :) Thank you!!!!!
Many greetings rixi
Hi rixi,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria