Hi
I bought the plugin Followup from Wootheme.
It call a defaut theme page to unsubscribe user (please see link in private)
But the page looks bad (need space at the left of text, need to mask sidebar…)
where are the setting to modify this page?
Please see the answer of plugin support :
————————————————–
“I need to configure this page because it looks bad and i didn’t find this page on Woo/page”
This comes down to your theme. The unsubscribe template is inserted within your themes main wrapper. It appears that your the main wrapper for your theme is full width so you may need some custom CSS for this page.
Hey jb84,
Please try the following in Quick CSS under Enfold->General Styling:
.html_entry_id_2225 #primary {
padding: 0 50px;
}
Best regards,
Rikard
thanks working !
Is it possible to hide sidebar (“recherche un produit”) displaying below ?
Does you css will work only for this page or in all others pages like this?
What kind of virtual page is it archive page, post pâge?
Hi,
Please try this as well to hide the sidebar:
.html_entry_id_2225 .sidebar {
display:none !important;
}
This CSS will only work for that particular page I think. If you need to apply it to other pages you can find the html_entry_id class or the page-id class for the page and apply the same CSS.
Best regards,
Rikard