kertoon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Both Sidebars And Footer MissingProblem solved. Due to Viglink plugin.
Forum: Fixing WordPress
In reply to: Reduce Spacing Sidebar Text With CSSHere is the link: https://lifelessonshome.com/
Forum: Fixing WordPress
In reply to: Remove Author name from postsLet us know your site URL.
Forum: Themes and Templates
In reply to: [Genbu] Child ThemeHave anyone create a child theme for this theme? Please share.
Forum: Fixing WordPress
In reply to: Spacing Between Horizontal Line And TextI found a tutorial over at: https://bloggerhelptips.blogspot.com/2015/04/how-to-reduce-spacing-between.html
Forum: Fixing WordPress
In reply to: Spacing Between Horizontal Line And TextOK Thank you for your tips and suggestions.
Forum: Fixing WordPress
In reply to: Blank SitemapO.K. I will check with the theme creator. Thanks.
Forum: Fixing WordPress
In reply to: Sidebar Same Width With Main Content Responsive DesignThe problem has been fixed.
Forum: Themes and Templates
In reply to: Responsive ProblemCan someone help me with the media queries. This is the custom code which has morphed it to have two equal sidebar and have narrower margins.
#main {
padding: 10px;
}
.main-wrap {
float: left;
margin-left: 1rem;
margin-right: 21rem;
}
#sidebar-primary-wrap {
float: left;
margin-left: 1rem;
margin-right: -21rem;
width: 20rem;
}#sidebar-secondary-wrap {
float: left;
margin-right: -20rem;
position: relative;
width: 20rem;
}Forum: Themes and Templates
In reply to: Responsive ProblemWhen I tested it on the above mention tool, for 240×320 format, the main content and right sidebar is slightly too wide. For 320×480, the main content is slightly off. For 768x 1024, the margin is gone. The two border line merged together.
Forum: Themes and Templates
In reply to: Responsive ProblemThe problem is the creator of this theme doesn’t seem to entertain to most queries.
Forum: Themes and Templates
In reply to: Responsive ProblemGenbu. By default it is well responsive. But I have it customized.
Forum: Themes and Templates
In reply to: [Genbu] Increase Content Spac For Left SidebarThis is the default CSS code of sidebar.
.layout-content-sidebar1 .main-inner {
padding-left: 0;
width: 100%
}
.layout-sidebar1-content .main-inner {
padding-left: 0;
float: none;
width: 100%
}
.layout-sidebar1-content .main-wrap {
margin-right: 0;
margin-left: 34rem
}
.layout-sidebar1-content #content {
float: right
}
.layout-sidebar1-content #sidebar-primary-wrap {
float: left;
margin-right: 0;
margin-left: -34rem
}
.layout-sidebar2-content .main-wrap {
margin-right: 0
}
.layout-content-sidebar2 .main-inner {
float: left;
padding-left: 0;
padding-right: 20rem
}
.layout-content-sidebar2 .main-wrap {
margin-right: 0
}
.layout-content-sidebar2 #sidebar-secondary-wrap {
margin-right: 2rem;
margin-left: -20rem;
float: right
}
.layout-sidebar2-sidebar1-content .main-wrap {
margin-right: 0;
margin-left: 34rem
}
.layout-sidebar2-sidebar1-content #content {
float: right
}
.layout-sidebar2-sidebar1-content #sidebar-primary-wrap {
float: left;
margin-right: 0;
margin-left: -34rem
}
.layout-content-sidebar1-sidebar2 .main-inner {
float: left;
padding-left: 0;
padding-right: 20rem
}
.layout-content-sidebar1-sidebar2 #sidebar-secondary-wrap {
margin-right: 2rem;
margin-left: -20rem;
float: right
}
.layout-sidebar1-content-sidebar2 .main-inner {
float: left;
padding-left: 0;
padding-right: 20rem
}
.layout-sidebar1-content-sidebar2 #sidebar-secondary-wrap {
margin-right: 2rem;
margin-left: -20rem;
float: right
}
.layout-sidebar1-content-sidebar2 .main-wrap {
margin-right: 0;
margin-left: 34rem
}
.layout-sidebar1-content-sidebar2 #content {
float: right
}
.layout-sidebar1-content-sidebar2 #sidebar-primary-wrap {
float: left;
margin-right: 0;
margin-left: -34rem
}The original left sidebar (sidebar 2) is wider. I have already have it customized. This is the code:
.main-wrap {
float: none;
margin-right: 20rem;
}#sidebar-primary-wrap {
float: right;
margin-right: -18rem;
max-width: 100%;
width: 18rem;
}Now what I like to have is to reduce the spacing between the sidebar and the main content to be narrower.
Forum: Themes and Templates
In reply to: [Genbu] Increase Content Spac For Left SidebarNow the left sidebar is way too wide until the fine boxed-up line of the sidebar merges with the boxed-up line the main content.
How do I reduce the gap between the sidebars and the main content?
Forum: Themes and Templates
In reply to: [Genbu] Increase Content Spac For Left Sidebaro.k. Thank you.
How do I increase the width of both sidebars and reduce the spacing between the sidebar and the main content? Can you help me with the coding?