Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Which browser is she using? Perhaps she’s blocking cookies which is used by WordPress to identify the current commenter?
Admin
Have you tried the option Customizer > Graphene: Display > Excerpts > Show More link for manual excerpts?
Admin
Please provide the link to your site so that we can take a look.
Admin
Please provide the link to your site so that we can take a look.
Admin
Thanks for sharing!
Admin
Copy and paste this code into Additional CSS:
#sidebar1 { font-size: 1em; }Adjust the size as necessary.
Admin
This was a bug which has been fixed in the latest version. Just update the theme in WordPress and the issue should be resolved.
Admin
Please provide the URL to your site so that we can take a look.
Admin
Please provide the link to your site so that we can take a look.
Admin
In reply to: Header image does not resize properly on mobile device
November 22, 2017 at 9:52 pm #48797Your header image have a very wide aspect ratio. The theme now fits the header image to the screen size, no matter what the screen size is (i.e. responsive). That is why it appears to be very small.
You can adjust the sizing on mobile using this CSS code:
@media (max-width: 767px) { #header img { width: 200%; margin-left: -50%; height: auto; } }
