Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #507007

    Hi,

    First of all, great theme. Had a really fun experience with customizing it without knowledge about websites.
    A few questions before i’m really content with the website:

    1. After updating to the latest version, the website is displayed differently on mobile devices. When I visit the website on a mobile device, the background image of the color section is displayed full page instead of the color section itself. Any idea how to solve this?

    2. I would like to show blog posts in multi author blog style. The featured image should be hidden though. This way there are thumbnails for the post in the latest news widget.

    Hopefully you guys can help me out. Thanks in advance!

    Regards,
    Remco

    #507078

    Hi Remco!

    1. Not sure what you mean and when I check it on mobile it looks fine to me. Can you provide us screenshots of the issue please? you can use imgur.com or dropbox.

    2. Try this code:

    .blog-meta {
    display: none;
    }
    

    I hope this is what you mean.

    Best regards,
    Andy

    #507432

    Hi,

    Thanks for your reply!

    1. Problem is apparently only occurring on Firefox Android. Is it safe to say that this is a browser specific issue?

    2. Unfortunately this is not working. The featured image is still above the blog post title.

    Best regards,

    Remco

    #507695

    Hi!

    1.) Unfortunately firefox mobile is not 100% supported, due to little demand.

    2.) Are you talking about the author picture? because I can’t see any featured image on the website you have provided. Please clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    #508252

    Hi Andy,

    It took some time but I figured it out with Firebug.

    I used the following css code:

    .template-page .big-preview {
        display: none;
    }
    

    Thanks for your help anyhow!

    Regards,
    Remco

    #508297

    Hi!

    Glad you figured it out and thank you for sharing your solution.
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color section on mobile devices is displayed wrong and multi author blog style’ is closed to new replies.