๐ 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>
upper code ko side bar ke code jo niche diya gaya hia us ke uper paste kare
<!-- Sidebar Wrapper -->
<div id='sidebar-wrapper'>
<b:section class='sidebar common-widget' id='sidebar1' name='Sidebar Right (A)' showaddelement='yes'/>
<b:section class='sidebar' id='social-widget' maxwidgets='1' name='Social Widget' showaddelement='yes'>
<b:widget id='LinkList75' locked='true' title='Social Plugin' type='LinkList' version='2' visible='true'>
<b:widget-settings>
๐agar appke latest post ke wedith kharab huaa hai to ye niche ka code paste kare
<style>
.grid-posts img {
max-width: 100%; /* Image ko parent container ke width ke anusaar scale karein */
height: auto; /* Image ka aspect ratio maintain karein */
}
.grid-posts .specific-image-class {
max-width: 200px; /* Specific image ke liye desired width ko set karein */
height: auto; /* Image ka aspect ratio maintain karein */
}
</style>
latest product ke code ke uper diya gaya code paste karna hai
<b:if cond='data:view.isHomepage'>
<!-- <div class='home-title-wrap'><h3 class='home-title'><span>Latest Products</span></h3></div> -->
</b:if>
<div class='grid-posts'>
<b:loop index='i' values='data:posts' var='post'>
<b:include data='post' name='postCommentsAndAd'/>
</b:loop>
</div>
Comments
Post a Comment