Status: offline

OMAL

Forum User
Regular Poster
Registered: 12/06/17
Posts: 107
Why editbutton is not displayed if it is 959px or less in width? Do I have to modify style sheets if I want it displayed in all width?
Text Formatted Code
@media only screen and (max-width: 959px)
r.php:1:305522.story_icon {
display: none;
}

Thanks.

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Yes it looks like it, never realized the theme was designed that way.

I added a Github issue for it.

https://github.com/Geeklog-Core/geeklog/issues/1077

Search the theme template css files for story_icon and remove that statement directly.

The r.php uses a cached version of those files so you will have to clear the Geeklog cache and your browser cache before you see the affect.
One of the Geeklog Core Developers.