Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #158189
    jazart72
    Participant

    Hello, I have a problem with the blog categories. When I go to a category page all the content will be aligned on the right, as if it were in a column. I would like it to display on the whole page, “normally”..

    http://thejazart.com/category/photography-general/

    thank you

    #158222
    Skandha
    Participant

    @jazart72: The issue will be fixed in the next theme update. For now,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .category.two-columns-layout #primary {
         width:100%;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #158461
    jazart72
    Participant

    that worked perfectly! Thanks!
    May I also ask if there is a way to customize the blog layout? As it is now, all posts come out one under the other, with no space between the featured pics, it’s sort of boring 🙂 Should I open a new post for this? thanks!

    #158514
    Skandha
    Participant

    @jazart72: To have a little space after every article on the blog page.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog article {
    	margin-bottom:30px !important;
    }

    You can change the margin according to your choice.
    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #158663
    jazart72
    Participant

    Hi, yes that is much better. But I was wondering if you could maybe put the posts in 2 columns or in some way in which they are not plainly one under the other. Thanks!

    #158664
    jazart72
    Participant

    or maybe make the featured image a little smaller so one can see more posts without having to scroll down. I tries to scale the image in the “featured image” tab in the article, but it doesn’t change in the Blog page, Thanks 🙂

    #158850
    Skandha
    Participant

    @jazart72: Thank your for the suggestion. I will forward this to the development team and see what we can do about this.

    Kind Regards,
    Skandha

    #160586
    martystl
    Participant

    On a similar note, the blogs are “too big”. I don’t have high quality photos, but even if I did, the picture is way to big for the article and would just like to have more blogs on home page. Any way to limit the height maximum of the posts? Web site is: http://www.larryg.com/mdwsa2/ (creating new site, URL will change).

    #160609
    Skandha
    Participant

    @martystl: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post-archive .content-right, .hero-content-wrapper .entry-container {
    	padding:25px 84px;
    }

    You can alter the padding to adjust the height of post container.
    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #160623
    martystl
    Participant

    Works perfect. Thanks. Played around with the two numbers. Think will use 10px 25px.

    #160667
    Skandha
    Participant

    @martystl: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #160841
    jazart72
    Participant

    Hi, I tried adding this last CSS too and a funny thing happens. Not all the post containers have the same height. So the pictures inside are slightly more or less cropped

    https://thejazart.com/blog/

    #164566
    jazart72
    Participant

    Hi again 🙂 How do I add a space in between posts also in the categories page? thank you!

    #164617
    Skandha
    Participant

    @jazart72: You seem to have figured out how to add space between posts in blog page.
    For categories.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive article {
         margin-bottom:30px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #164630
    jazart72
    Participant

    Thanks! That worked perfectly!
    p.s. I’m not the one who figured out how to do it in blog posts. You’re the one who told me how to do it 🙂

    #164632
    Skandha
    Participant

    @jazart72: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #164637
    jazart72
    Participant

    done! thank you very much 🙂

    #164638
    Skandha
    Participant

    @jazart72: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a great day! 🙂

    Kind Regards,
    Skandha

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Categories Layout’ is closed to new replies.