I see.
For some reason the CSS you have offered me does not trigger a thing, as in nothing changes.
I tried several iterations as well as use the ‘!important’ attribute but it seems as if the stylings are overwritten.
Also, what would you suggest,for the personal profile page I entered in this reply, in order to have this long e-mail address not overlay the content on the right side when the resolution is less than 1074px?
thanks in advnace
Thanks for the response!
That worked though I had to also add the following to align the hr-inner class in the center.
.hr-short .hr-inner{
left:0;
margin-left:0;
}
A related question, some of the separator/white-lines in my code have a class called av-seperator-icon. This class vanishes completely from the source code when on mobile. How would I configure the code to have that class displayed (i.e. have the icon on the line there).
Thanks in advance