• Resolved Filmguy2013

    (@filmguy2013)


    Hello again. When I set Responsive Column Widgets to 4 columns and add 50px in the “Left Padding” que of the “Container Paddings”, instead of the widgets only moving to the right, 50px of space gets added to the right side of the website and a scroll bar appears on the bottom of the web browser (since my webpage is now wider than the web browser). Is there a way to just shift the widgets to the right so they are more centered on the page without making my website wider? Thanks. My website is Truck Driving Schools Info.

    https://www.ads-software.com/plugins/responsive-column-widgets/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    It appears that you have set the fix width to your wrapper container element in style.css.

    /* =LAYOUT
    -------------------------------------------------------------- */
    
    #container {
    	width: 1575px;
    	margin: 0 auto;
    }

    Try changing 1575px to 100% or auto like the following.

    #container {
    	width: 100%;
    	margin: 0 auto;
    }
    Thread Starter Filmguy2013

    (@filmguy2013)

    Hi. I did what you said and the same thing is still happening.

    Plugin Author miunosoft

    (@miunosoft)

    Can you disable the Auto-insert option temporarily?

    Let me know if you still get the scroll bar when the widget box is not inserted.

    Plugin Author miunosoft

    (@miunosoft)

    Closing the topic due to inactivity.

    Plugin Author miunosoft

    (@miunosoft)

    Closing the topic due to inactivity.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I shift the widget box to the right without widening my website?’ is closed to new replies.