Hi,
Can you please help me remove the sidebar in blog.php.
Thanks
Erez
Hi,
Can you please help me remove the sidebar in blog.php.
In the style.css file find this code:
#sidebar_left .sidebar {
width: 266px;
float: left;
margin-left: -960px;
}
#sidebar_left .sidebar {
width: 266px;
float: left;
margin-left: -960px;
display: none;
}
.sidebar, #sidebar_right .sidebar {
width: 266px;
float: left;
margin-left: -267px;
}
.sidebar, #sidebar_right .sidebar {
width: 266px;
float: left;
margin-left: -267px;
display: none;
}
Then fins this code:
[code brush="css"]
#sidebar_left .container_12 {
background: url(images/sidebar_left_bg.gif) left 0 no-repeat;
min-height: 614px;
}
#sidebar_left .container_12 {
min-height: 614px;
}
No to make the blog as full-width, find this code in style.css file:
#sidebar_left .content {
margin: 0 10px 0 330px;
width: 620px;
}
#sidebar_left .content {
margin: 0 10px 0 330px;
width: 960px;
}
Aldo I need to write Left to right and not Right to left.
In the style.css file fins this code:
body {
background: #EEE;
font-family: Arial, Helvetica, sans-serif;
color: #404040;
font-size: 14px;
line-height: 1.4em;
}
body {
background: #EEE;
font-family: Arial, Helvetica, sans-serif;
color: #404040;
font-size: 14px;
line-height: 1.4em;
direction: rtl;
}
Cheers,
George
Hi,
The sidebar is gone. Thanks.
I need RTL only for the blog page. How can I do that?
Thanks
Hi,
you would like to have rtl only for blog page or for posts too? Please provide a link to your blog page.
Cheers,
Max.
Hi,
To change only for blog page and posts text direction:
1. To change the post title direction, in style.css file fidn this code:
.post-title h2, .post-title h1 {
line-height: 1em;
font-size: 23px;
font-weight: normal;
color: #444E69;
}
.post-title h2, .post-title h1 {
line-height: 1em;
font-size: 23px;
font-weight: normal;
color: #444E69;
direction: rtl;
}
2. To change post text direction, find this code in the style.css file:
.text p, .col p {
margin-bottom: 20px;
}
.text p, .col p {
margin-bottom: 20px;
direction: rtl;
}
Cheers,
George
Hi,
The subject of posts in blog changed to RTL.
The upper title still in LTR. I want it in RTL (only in blog page).
I need RTL only in posts that are in bolg + Title of posts.
All the rest of the site should stay LTR.
Also, how can I connect that all new post will be also in our Facebook fan page and twitter?
Thanks
Erez
Hi,
I need RTL only in posts that are in bolg + Title of posts.
Done.
how can I connect that all new post will be also in our Facebook fan page and twitter?
This option is not available by default in the theme, try to find a plugin for this.
Cheers,
Max.
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.