Any help would be much appreciated!
[duplicate – continue with https://www.ads-software.com/support/topic/change-arrangement-of-post-gallery ]
]]>.sidehead {
width:238px;
background-image:url(images/sidebar.png);
height:30px;
}
.sidebottom {
width:238px;
background-image:url(images/sidebar.png);
height:43px;
background-position:0px -43px;
}
.widget-container {
width:214px;
padding:0px 12px;
background-image:url(images/sidebarmid.png);
overflow:hidden;
}
Happy hacking!
https://www.ads-software.com/extend/themes/futuristica/
]]>look in your themes folder > wp-content/themes/futuristica/ >
and open styles.css > scroll to the line 103 > you will se this:
.widget-container {
padding:0px 16px;
background-image:url(images/sidebarmid.png);
}
make it look like this and your problem will be solved
.widget-container {
overflow:hidden;
padding:0px 16px;
background-image:url(images/sidebarmid.png);
}
more support at our homepage crowthemes. Thanks!
https://www.ads-software.com/extend/themes/futuristica/
]]>https://www.ads-software.com/extend/themes/futuristica/
]]>