• Hi,
    I am thinking to Buy The Graphy or Write Pro Theme today. But I am kind of confused about the basic customization. Please see the link below which I exactly want for my existing website.

    If it’s possible or you guys could help me. I really want to buy the theme asap.

    Note: I am hoping it’s not gonna make any errors on .media screen (small device or mobile device). Thanks

    https://ibb.co/iRcYWV

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Hi,

    Please add the following code to Customize > Additionl CSS in Write Pro.
    However, Write is designed for 700px, so it may cause the issue.

    @media screen and (min-width: 980px) {
    	.site {
    		max-width: 1145px;
    	}
    	.header-side .site-branding,
    	.footer-widget-side,
    	.footer-side .site-info {
    		width: 32.75%;
    	}
    	.header-side .main-navigation,
    	.footer-widget-main,
    	.footer-side .site-info {
    		width: 67.25%;
    	}
    	.content-area {
    		width: 73.80%;
    	}
    	.sidebar-area {
    		width: 26.2%;
    	}
    	.no-sidebar .entry-float {
    		left: -48.70%;
    		width: 48.70%;
    	}
    }

    Regards,
    Takao Utsumi

    Thread Starter bxfahim

    (@bxfahim)

    Thanks for the reply. Though it seems does not work or fit with the theme write. So I am thinking about the others one theme Graphy pro.

    So here the issues I am wondering to get rid off. Link.. https://ibb.co/c2jMmV

    And what I exactly looking for! link.. https://ibb.co/kPGj6V

    Please let me know ASAP. Thanks

    • This reply was modified 6 years, 4 months ago by bxfahim.
    Theme Author Takao Utsumi

    (@utsumit)

    Hi,

    In that case, please add the following code.

    .featured-post,
    .instagram-widget {
    	max-width: 700px;
    	margin-right: auto;
    	margin-left: auto;
    }
    .featured-post .slick-item {
    	margin-left: 11px;
    	margin-right: 11px;
    }
    @media screen and (min-width: 783px) {
    	.featured-post .hentry {
    		width: 700px;
    	}
    }
    @media screen and (min-width: 980px) {
    	.featured-post .hentry {
    		width: 1120px;
    	}
    	.featured-post,
    	.instagram-widget {
    		max-width: 1120px;
    	}
    }
    Thread Starter bxfahim

    (@bxfahim)

    Thanks a lot. It just works perfectly.

    Now, Got another issues. Seems like attachment media image is not fully responsive as I expected. Can please check the attachment Image here. Thanks

    Image: https://ibb.co/fQtzcf

    Theme Author Takao Utsumi

    (@utsumit)

    Hi,

    OK. Please add the following code.

    @media screen and (max-width: 680px) {
    	.alignleft,
    	.alignright {
    		float: none;
    		margin-bottom: 0.8em;
    	}
    }
    Thread Starter bxfahim

    (@bxfahim)

    Thanks for helping.

    Though results are not good enough as I expected after implementing the code! It’s supposed to responsive in any size of the media screen.

    Please see the attachment URL…
    https://ibb.co/fUbwcf

    Thread Starter bxfahim

    (@bxfahim)

    Any updates?

    Theme Author Takao Utsumi

    (@utsumit)

    That’s strange. Perhaps you don’t use standard alignment. Can I see your site?

    Thread Starter bxfahim

    (@bxfahim)

    How could I send the URL privately? There are options?

    • This reply was modified 6 years, 4 months ago by bxfahim.
    Theme Author Takao Utsumi

    (@utsumit)

    Hi,

    If you bought the theme, you can get support by e-mail.
    https://themegraphy.com/support/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Would Like to Buy The Graphy or Write Pro Theme’ is closed to new replies.