Hi,
I recently purchased the Core Theme (http://themes.themegoods.com/?theme=Core).
I have developed a website for a customer www.cebado.es but I have troubles with the icons to be visible on mobile devices on the header of the theme.
Anyone could advice how to code or make visible those icons or images on mobile?
Thanks,
Toni
Have you tried to contact the theme author for the support?
Regarding your problem, your theme seems to hide the top_right class when viewing on lower resolution screens. If you want to keep it visible, look for this in your css file:
.top_right, #slider_wrapper{
display: none
}
Change that to:
#slider_wrapper{
display: none
}
Then it will be visible on all screens. Hope it helps.
Thank you for your prompt and right answer!
It is been very helpful.
Thanks!
