vwswebdev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [The Bootstrap] Menu – onhover rather than onclickI know this is an old post, but if anyone is wondering how to achieve drop down on hover menus, this works perfectly, and even doesn’t mess up touch screen device usage!
http://cameronspear.com/blog/bootstrap-dropdown-on-hover-plugin/
Forum: Themes and Templates
In reply to: [The Bootstrap] Right sidebar collapses wrongUPDATE: I solved the problem. I changed the page container div from container-fluid to container, then reduced the sidebar from span4 to span3. This is odd because the page container is a span8 which only gives us a total of 11 columns rather than 12, but it works perfectly now, so go figure.
Forum: Themes and Templates
In reply to: [The Bootstrap] Latest post image not repsonsiveFINAL UPDATE: I have determined the problem is not specific to this theme, so I will continue my search for a solution in the WordPress support forum.
Forum: Themes and Templates
In reply to: [The Bootstrap] Latest post image not repsonsiveUPDATE: Looking at the page source, I see that after the closing of the header tag, there are 3 divs:
<div style=”margin: 0 auto;”>
<div style=”position: relative;”>
<div style=”width: 600px; margin: 0 auto;”>If I remove the style=”width: 600px” code, the problem is fixed, and the image becomes responsive.
How can I modify this theme to not have it generate this code? There is no hard-coded HTML I can find to edit.