-
AuthorPosts
-
April 16, 2016 at 10:45 pm #615591
Hello,
Two questions:
- How can I remove the right sidebar from all posts ? (I want them to be full width)
- How can I make the left sidebar in woocommerce half the size(width)?
Thanks !
Ariel
April 19, 2016 at 1:14 am #616964Hi Draidel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust the value as needed
.template-shop.content.av-content-small.alpha.units { width: 90%; }
then please go to Enfold theme options > Sidebar Settings and choose not to display “Sidebar on Single Post Entries”
Regards,
YigitApril 19, 2016 at 10:50 pm #617748Hello Yigit,
The second answer worked perfectly and I dont see the sidebar on single posts. thanks
However, the first one didnt work:
.template-shop.content.av-content-small.alpha.units { width: 90%; }
I did add that but nothing changed.
Regards,
ArielApril 20, 2016 at 12:00 am #617768Hey!
That should have worked as well. Could you please post the link to your example page and temporary admin logins here privately so we can look further into it if following code does not help as well?
.template-shop.content.av-content-small.alpha.units { width: 90% !important; }
Regards,
YigitApril 20, 2016 at 3:48 am #617941Sure !
April 20, 2016 at 10:23 pm #618750April 21, 2016 at 12:33 am #618798Yes, sorry http://www.draidel.com.ar
April 21, 2016 at 3:58 am #618840Hey!
How can I remove the right sidebar from all posts ? (I want them to be full width)As i understand you like to remove the sidebar on the single post correct? You have already disabled the sidebar from the Enfold options > Sidebar options> Sidebar on Single Post EntriesThe sidebar is not visible on single blogpost page now.We cannot see the woocommerce page which you are referring to please provide the link to the page where we can see the issue and help you reduce the sidebar width.You can change the sidebar ratio by going to Enfold > General Layout > Dimensions
Regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
April 21, 2016 at 4:06 am #618844Hello, !
This is the link for the shop draidel.com.ar/shop
Regards,
Ariel
update: The link changed for http://draidel.com.ar/tienda
- This reply was modified 8 years, 6 months ago by Draidel.
April 25, 2016 at 7:45 am #621041Hey!
Please use this to increase the shop’s main container width:
.woocommerce-page .container .av-content-small.units { width: 80% !important; }
Adjust the value as needed.
Cheers!
IsmaelApril 25, 2016 at 6:29 pm #621583PERFECT !
-
AuthorPosts
- The topic ‘Remove Sidebar from posts’ is closed to new replies.