I want to have 3 icons as hyperlinks to adress the 3 most important module for my website. Everything else i put into the service menu.
Right now i use the following code
<td class="sys_logo_wrapper">
<div class="sys_logo_wrapper_cnt bx-def-padding-sec-leftright"><a href="https://inspireants.com/"><img style="height: 44px" src="https://inspireants.com//templates/tmpl_snowball/images/greeny2020.png"></div></td>
<td style="padding-right: 20px; font-size: 22px"><a href="https://inspireants.com/m/articles/home/"><i class="sys-icon newspaper"></i></td>
<td style="padding-right: 20px; font-size: 22px"><a href="https://inspireants.com/m/collab/home/"><i class="sys-icon users"></i></td>
<td style="padding-right: 30%; font-size: 22px"><a href="https://inspireants.com/m/instructables/home/"><i class="sys-icon tasks"></i></td>
<td style="padding-right: 30px" class="sys_search_wrapper">__main_search__</td>
<td class="sys_menu_wrapper">__service_menu__</td>
The problem occurs when i use the 30% for the third icon (link)
When i refresh the page with only F5 or when i enter the site newly. Then the icons are shown as in image B.
When i press ALT + F5 then the icons are shown as in image A, which is what i want.
But why this strange behaviour? Has anyone an idea? Why does this one % usage, cause this trouble`?
I suppose the best way would be to create some css and use different setups for PC and mobile.
What could i do to have the 2. icon in the middle of the screen (every device) and icon 1 on the left and icon 3 on the right?