puzzled434
Forum Replies Created
-
I’ve given up on this problem and have changed from theme Twenty Fifteen to Twenty Ten. The website does not now show up the problem.
I’ve given up on this problem and have changed from theme Twenty Fifteen to Twenty Ten. The website does not now show the problem.
Forum: Themes and Templates
In reply to: [Twenty Ten] Twenty Ten – Change text size on sidebarI found a solution from the answer to another question.
In Twenty Ten theme go to:
Dashboard
Customize
Additional CSSIn box put:
.widget_nav_menu a{
font-size:16px;
}Forum: Themes and Templates
In reply to: Twenty Ten – Add space between items in widgetsMy own solution.
On Dashbar go to
Appearance
Customize
Additional CSSIn box put code copied from Theme Twenty Fifteen:
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
padding: 0.9643em 0;Forum: Themes and Templates
In reply to: Twenty Ten – Move sidebar to leftI’ve solved this myself.
In Dashboard go to
Appearance
Customize
Additional CSSEnter in box:
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/#container {
float: right;
margin: 0 -240px 0 0;
width: 100%;
}
#content {
margin: 0 280px 0 20px;
}
#primary,
#secondary {
float: left;
overflow: hidden;
width: 220px;
}
#secondary {
clear: left;
}
#footer {
clear: both;
width: 100%;
}Forum: Themes and Templates
In reply to: Twenty Ten – Remove black lines from headerI’ve found the answer myself.
On Dashboard go to:
Appearance
Customize
Additional CSSInsert in box:
/* This is the custom header image */
#branding img {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
display: block;
float: left;
}Forum: Themes and Templates
In reply to: Twenty Fifteen – Remove margins for initial imageAnswering this myself:
On Homepage insert a Featured Image (see bottom right of screen).Forum: Themes and Templates
In reply to: Twenty Fifteen – Make picture same width as text areaAnswering this myself:
On Homepage, insert a Feature Image (see bottom right side of screen).Forum: Themes and Templates
In reply to: Twenty Fifteen – Make picture with of text areaAnswering this myself:
On the Home Page, add a Featured Image (bottom right side of screen).Forum: Fixing WordPress
In reply to: bullet points not showing in sidebarClarification – Radu’s first suggestion worked perfectly.
Forum: Fixing WordPress
In reply to: bullet points not showing in sidebarThe first suggestion worked perfectly.
Thanks very much indeed.