• Hi, I’m having some troubles with the categories page. It’s not using the page’s CSS correctly.

    Normal header and footer

    Header and footer in the page of categories

    Do you have any ideas or research leads? Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you provide a link to the page?

    Thread Starter GreWeb

    (@fil6718)

    https://egliseenvendee.fr/agenda-2/
    https://egliseenvendee.fr/events/categories/pour-tous/

    In the CSS from the Divi theme it’s setting the padding and margin for all div tags to zero which causes the problem.

    a,abbr,acronym,address,applet,b,big,blockquote,body,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent
    }
    Thread Starter GreWeb

    (@fil6718)

    Divi hotline say about the categories page : “However, it does not have the normal taxonomy classes that a standard WordPress taxonomy has for an archive page. It seems to be using a different structure.”

    How can i change the categorie page ?

    Thanks for your help.

    joneiseman

    (@joneiseman)

    Go to Event > Settings then select the Pages tab and there you can select a different page for the Categories page using the pulldown menu next to the Categories Page in the Event Categories section.

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