7887
5990
<b:if cond='data:view.isHomepage'>
<div class='home-title-wrap'><h3 class='home-title'><span>Latest Products</span></h3></div>
</b:if>
<b:tag class='grid-posts' cond='data:view.isMultipleItems' name='div'>
<b:loop index='i' values='data:posts' var='post'>
<b:include data='post' name='postCommentsAndAd'/>
</b:loop>
</b:tag>
</div>
๐4817 not working
@media screen and (max-width: 680px) {
change karna hia upper ko
@media screen and (max-width: 900px) {
๐ adjust your side bar width
<style>
#sidebar-wrapper {
width: 300px; /* Width ko aap apne requirements ke according adjust kar sakte hain */
padding: 20px; /* Padding ko bhi aap apne requirements ke according adjust kar sakte hain */
}
/* Sidebar ke andar ke sections ko bhi adjust karein agar zarurat hai */
.sidebar {
width: 100%; /* Sidebar ke sections ko full width mein rakhein */
}
#social-widget {
width: 250px; /* Widget ke liye desired width ko set karein */
}
</style>
Comments
Post a Comment