roastedblog
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Emphaino] Sidebar SizeGo to Appereance > Editor > Style.css
Scroll down untill the scroll bar is at page.php / search.php.You will see
.single.has-sidebar .widget-area.sidebar,
body.page.has-sidebar .widget-area.sidebar,
.one-col-excerpts.has-sidebar .widget-area.sidebar,
.one-col-full-posts.has-sidebar .widget-area.sidebar,
.no-js.has-sidebar .widget-area.sidebar {
float: right;
margin-right: -240px;
margin-right: -24rem;
width: 220px;
width: 22rem;
}Change width there.
Hope this helps!
Forum: Themes and Templates
In reply to: [Emphaino] Same size of post blocks in the main pageHowdy there,..
If you want them the same size you can either keep all the post as the Format – Standard(with the pin icon,
or when you create a different format post, use the Insert More Tag (the 12th button on the post editing page). You can add this More Tag in a place appropriate for keeping them the same.There probably are other ways, but these are the easiest ways that I would know to do without going into the website’s code.
Forum: Themes and Templates
In reply to: [Emphaino] How do i remove space between header and content?Hello, I have done this by changing the margin for the
/* =Header
———————————————- */
.site-header {
text-align: center;
margin: 0 0 30px;
margin: 0 0 3rem;
} */in the style.css file in the editor.
It is about a third of the way down when you scroll through.
If you put the scroll bar at the place where it should say content-single.php at the right hand side.If you have ftp access then it is line 541.