Remove the subheader image for display on the iPhone
Hi,
How do I get the subheader image out of the website [Links visible only for registered users] when displayed on the iPhone, because it looks way too big and the title in the header causes a line break.
thanks
Comments
Hello,
It can be achieved with the Custom CSS code, please use this one:
@media (max-width:768px) { #Subheader{display:none} }Thanks