Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #766038

    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.

    #766524

    Hey jb84,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_entry_id_2225 #primary {
        padding: 0 50px;
    }

    Best regards,
    Rikard

    #766649

    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?

    #766848

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.