• Resolved chaos

    (@chaos1)


    Hello,

    I’d like to make a suggestion for Fukasawa. I noticed that when viewing a post or page on desktop, the .content.thin is very narrow. Although it looks great, as a photographer I feel that there should be an option between a scenario where there is .content.thin and .content.wide (which could be an option in customization).

    For example, most of my photos are horizontal / landscape. To get the better detail, look, and feel of the photo, the margins in content.thin are to large. Bear in mind, this is with a 1920×1080 display. Now take into consideration the latest generation Apple Thunderbolt Displays and Retina Macbooks, being flexible upwards towards 4k display resolution would be ideal for a photographer.

    Along with widening .content.wide, I see other things that could be bumped wider, such as .post-inner could be slightly wider.

    Thanks for taking the time to read my suggestion. I may tinker around with the code on my end. I love the theme!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I agree with this! Have you found a way to reduce the size of the margins?

    I agree as well, has anyone found a way to make the aria wider?

    I found out how to get the content aria wider.
    in your Style.css file
    Find LINE 169 which is the .content.thin ect below.
    —–1.change the 973px to 1500px, or what ever you think looks good —–

    .content.thin {
    width: 973px;
    margin-top: 50px;
    }

    FIND LINE 867
    —–2.change the 620px to 1000, or what ever you think looks good —–

    Look for this code:
    .post-inner {
    width: 620px;
    max-width: 85%;
    padding: 7.5% 0;
    margin: 0 auto;
    }

    Then your page content should be wider.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wider Content/Post’ is closed to new replies.