I do the same thing and it works for changing background color, but it doesn’t work for changing blocks width
I use
.footer_c {
width: 30.3483%;
}
Yes, but this is for the whole footer.
The footer consists from 3 blocks and i need to customize these blocks, to change their width in order to make them to fill all the width of footer.
These blocks in my html are <div class=””span4 wpb_column column_container custom>.
CSS for their width is
.row-fluid .span4 {
margin-left: 4.47761%;
width: 24.3483%;
}
But if i change the width, it changes the width of my sidebar. So i need to change only width of these blocks in footer. I added custom class to these conteiners <div class=””span4 wpb_column column_container custom>, but nothing is changing…
I’ve done it, but i didn’t help, unfortunately. Theme version is 4.2.2
It seems i found why it happaned. Long time ago i changed the width of my content part, so now .row-fluid .span4 width is not 30.3483%, but 24.3483%. I need it coz for my site basic content width is too narrow.
Looks like this is the reason.
How can i change width of blocks only for footer? Custom class or something?
This is what i’ve got
Yes, i’m using exactly this footer and 3 widgets, 1 widget in 1 block, but it looks weird on my site
Forgot to write my site – http://www.balkonsami.ru
Thank you!
I’m using this structure /%category%/%postname%.html and having this problem. If i check only subcategory i have the full url with category and subcategory, but if i check category and subcategory together i have only category in url…it’s weird
But i guess it’s not a theme problem..
Yes, i added the post only in subcategory like on your screenshot http://screencast.com/t/If3wUeklRE
The thing is if i add it like you show it here http://screencast.com/t/luaGsidpr6Z
in my URL i can see only category name. I need it to be like /category/subcategory/subcategory/post’s name.html
Yes, this is what i meant, thank you for clearing it up
Thank you, i did the same thing, but as i wrote i can see only the last 25 topics which are on the page 1. I tryed to look up at your list of topics, it’s the same stuff with page 2..
Great, thank you!
It doesn’t work right for me coz my content part is larger then 70% and if i make sidebar 30% in this case it goes down my content part.
Is there a way to add a custom class only for this block? Or to add margin to the first post of this block on the left?
Thank you, it works now!
Thank you!
Finally i did it:)
It was all because of child theme, i added this code to the main theme and it started to work
With this code entry content is before and after list of the posts, 2 times..
Great, it helped! Thank you very much!!!
Ok, thank you!
I’m using child theme now, so the update won’t be a problem for my style.css i hope
What about stuff like this in the beginning of my source:
link rel=’stylesheet’ id=’google-font
thare are some google fonts, can i move it to the bottom somehow?
Yes, it was in my theme panel. I moved all the code from theme panel an added it to css file and with iphone it’s ok now..the same with Opera, but i don’t know what else to do, maybe it won’t be a big problem for users i hope.
I’ll try one more thing, to move all this code to main theme..
Btw, when i add or change something in theme panel all this code appears pretty much on the top of my source. So maybe for speed it’s better to add it to css file? What would you suggest about it?
Got it, thank you!
Finally it works now, thank you! I put this tag to the main theme, not child one, and now it is in my source
Could you tell me how can i edit some links in my footer, i’m using widget widget_pages and i’d like to add rel=”nofollow” for some of them. In which file i can do it?
Ook, i don’t know, maybe it’s cache or something…
I use this, right?
@media (max-width: 767px){
.header-logo-wrap .header-logo-wrap img {
display: inline !important ;
}
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
.entry-crumbs {
display: block;
}
.post header h1 {
margin-top: 17px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
}
Hi!
Yes, i know it about Google, i want to hide the content from a local search engine of my country (very big here) and this tag works for them
As far as i know this one <noindex></noindex> is not valid, but this one <!–-noindex-–><!–-/noindex-–> is valid, coz it’s like regular comment in code..
Also i use this code hiding widget text and everything works
http://rusfolder.com/41866256
http://rusfolder.com/41866257
But for categories i only can see the code in Notepad++ http://rusfolder.com/41866362
I meant this tag <!–noindex–><!–/noindex–>