trouble with layout when "both sidebars" option is selected - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMagPro trouble with layout when "both sidebars" option is selected

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4767
    Zoey
    Member

    Developing a new site and find that when I try to have both a left and right sidebar at the same time, one ends up under the other in the left side of the page instead of one to each side of the content as it should be.

    Example: http://rvtravel.dreamhosters.com/spin-and-win-contest-headquarters/

    I do need both – how do I fix this?

    -Thanks

    #4773
    acmethemes
    Keymaster

    Hello Zoey,

    Thank you for using our theme SuperMagPro.

    The link your provided is not opening from here.
    Can you please check and confirm. or please send us image.

    Thanks

    #4772
    Zoey
    Member

    sidebar issue screenshot

    #4771
    acmethemes
    Keymaster

    Please use this custom CSS:

    /* Landscape phone to portrait tablet */
    @media screen and (max-width:767px){
    	/*** SIDEBAR ***/
    	#primary,
    	.both-sidebar #primary,
    	.both-sidebar #primary-wrap #primary,
    	.left-sidebar #primary{
    		margin:0 0 20px;
    		width: 100%;
    	}
    	.secondary-sidebar,
    	.both-sidebar #primary-wrap,
    	.both-sidebar #primary-wrap #secondary-left,
    	.both-sidebar #secondary-right,
    	.right-sidebar .secondary-sidebar,
    	.left-sidebar .secondary-sidebar,
    	.no-sidebar .secondary-sidebar{
    		clear: both;
    		float: none;
    		margin:0 0 20px;
    		width: 100%;
    	}
    }
    #4770
    Zoey
    Member

    Thank you but that made no change.

    #4769
    Zoey
    Member

    just wanted to let you know that when I install the theme on a fresh site and make no modifications, the sidebars work. It must be some of my own modification that is throwing it off.

    #4768
    acmethemes
    Keymaster

    Hello Zoey,

    Thank you for letting us know.

    Best regards,
    AcmeThemes

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.