WordPress Twenty Thirteen make sidebar not to change footer - wordpress

Most of all have seen Twenty Thirteen WordPress theme that is cool. By default footer has 3 columns but when I place widget on sidebar, in footer appears fourth column. I read that it is not BUG and everything is working just fine, but I need that columns on footer always stayed the same. If widgets on sidebar is very high and overlaps to footer it should be better to change the height of the page not numbers of columns on footer. So I don't know how to achieve this and can you please help me?
P.S.
Sorry for my English skills.

I believe this is the solution you are looking for: http://www.bnewton.co.uk/blog/how-to-prevent-the-sidebar-widgets-from-overlapping-the-footer-comments-section-on-websites-using-wordpress/
This will hide widgets if they overlap the footer or comments section on your wordpress site.

Related

Graphene Theme issues with fixing and scrolling

im a newbie to CSS and quickly learning. I have 2 issues
My left sidebar is fixed and I want my content to scroll so that it is in line with the sidebar so there is not a blank space to the left sidebar. I have tried inputting various CSS into 'additional CSS' but nothing is working.
I have mega menu bar and for the life of me cannot fix the menu bar when moving down the page. I have tryed a sticky and this does not work
can anyone help here is my site
https://www.laughnpass.co.uk/
Thank you in advance

Padding in website

I am developing a website, and it appeared a "ghost" padding, that is not declared in the website, or at least i didn't declared it, i checked the plugins and the code i inserted, i tried to see if it was a sidebar that was appearing in the code , but not being shown but the padding is still there.
http://nobre.webexperts.pt
I wonder how can this be solved, thanks in advance.
I am using the theme: royalstartex theme ( that doesn't have already support ) it is based on klasik theme.
It seems like you are not talking about padding, but about the extra whitespace appearing in the bottom of some pages. That is caused by an aside element with the id sidebar being placed far below the content. Remove whatever plugin/widget is placing a sidebar there!

Center Logo in line with Menu - Avada Theme

I am trying to have my logo inline with my menu and centered.
3 menu's - logo - 3 menu's
I am also trying to get the sticky header to do this.
I have been trying to modify the css and header.php, but I am having issues.
Can someone please help me?
My website is http://wintandkidd.net
I was already able to do this on my sticky header and on the header itself but it did not look good. Thank you for those who looked into this. I am working to put the logo within the slider below the menu which would make the site look better.

Why Wordpress blog sidebar at the bottom?

From couple of days back, I am looking that right sidebar of my blog has been displayed at the bottom and at the above the footer.
Can anyone tell what css change will be required to bring the sidebar on the right side?
i think you miss float:left in css

Responsive design for WordPress menu

I am just developing a child theme of WordPress twenty eleven theme. The live demo can be seen here. As WordPress has already responsive support I am also doing my theme in responsive for that I am customizing my theme CSS. For some of the part I am done. In my menu part I am facing some problems. I have two types of menus. One which doesn't have dropdowns and the others which have dropdowns. Now I am facing the problem in the menus which have dropdowns in responsive. So can someone kindly help me here?
This seems like more of a design issue than a technical one. I would recommend either 1) turning the drop down menus into accordion menus (e.g., tiny accordion), or 2) extending the drop down menu region and increasing its z-index so that you can only hover over the drop down and not activate anything that appears underneath it. For your design, this might mean increasing the z-index and using something like margin-top: -2px; on the drop down menu's children.
The idea of responsive design, however, is that you make it available for small devices, like smart phones. Since smart phones that use touch don't have hover states, you're probably better offer using suggestion 1 above, where a user clicks on the initial menu, which then displays its sub-menu.

Resources