Takao Utsumi
Forum Replies Created
-
Hello,
I think the issue is caused by a plugin. So please check it.
If you tell me the URL, I can check your site.Regards,
Forum: Themes and Templates
In reply to: [Graphy] Sidebar right to leftHello,
Please add the following code to your theme.
@media screen and (min-width: 980px) { .content-area { border-left: solid 1px #ddd; border-right: none; float: right; padding-left: 5.36%; padding-right: 0; } .sidebar-area { float: left; } }Forum: Themes and Templates
In reply to: [Graphy] Content/sidebar width – responsivePlease use the support form.
http://themegraphy.com/support/
(The email support is only for paid users. However if you could purchase my theme, I will support you.)Forum: Themes and Templates
In reply to: [Graphy] Content/sidebar width – responsiveI think your customization or some plugins cause the problem.
In this case, I need to see your site.Forum: Themes and Templates
In reply to: [Graphy] Content/sidebar width – responsiveDid you delete the following code?
#primary { width: 75%; } #secondary { width: 25%; }If the code remains, my code doesn’t work.
- This reply was modified 9 years, 5 months ago by Takao Utsumi.
Forum: Themes and Templates
In reply to: [Graphy] Content/sidebar width – responsiveIt’s strange, did you delete your code and add the code after style.css?
Forum: Themes and Templates
In reply to: [Graphy] Content/sidebar width – responsiveHello,
I recommend that you add the following code.
@media screen and (min-width: 980px) { .content-area { padding-right: 7.5%; } .sidebar-area { width: 22.5%; } }I don’t recommend that you change the content width, because it needs more customization and it is a little complicated.
Forum: Themes and Templates
In reply to: [Graphy] link in new tabHello @colnago1,
What does “that post” mean?
Forum: Themes and Templates
In reply to: [First] Add header image to postsHello,
It needs a little customization. Please change header.php line:68.
Before:
<?php if ( is_home() && get_header_image() ) : ?>After:
<?php if ( ! is_page() && get_header_image() ) : ?>Forum: Themes and Templates
In reply to: [Graphy] Categories content in two ColumnsHello,
Thank you for using Graphy.
If you use the free version of Graphy, it needs difficult customization so I can’t give you the instruction (sorry).
If you use Graphy Pro, it’s not so difficult so I can give you the instruction (please contact from the mail support).
http://themegraphy.com/support/Regards,
Forum: Themes and Templates
In reply to: [First] How to centre the navigation and footer menusHello,
Please add this code to Custom CSS.
@media screen and (min-width: 783px) { .main-navigation div.menu > ul, .main-navigation ul.menu { padding-left: 45px; } } .footer-navigation li:last-child { padding-right: 0; }Forum: Themes and Templates
In reply to: [Graphy] How to change text of Featured buttonHello,
Please see the following files and lines.
– content.php:11
– content-summary.php:11
– content-list.php:17Regards,
Forum: Themes and Templates
In reply to: [Graphy] Header lineHi,
Please add the following code to your theme.
.site-branding { border-bottom: solid 1px #ddd; }This line is not the same width as the footer, but it works.
Forum: Themes and Templates
In reply to: [Graphy] Header Doesn’t AppearHello,
If you use static front page, please set the featured image instead of the header image.
The header image is displayed on the blog posts index page.Forum: Themes and Templates
In reply to: [Graphy] No margin on mobileHi Alex,
I checked your site and noticed that salon.css (Salon booking system) override the setting.
So please check the plugin or add this code after salon.css.body { margin-left: 20px; margin-right: 20px; }Regards,