• Resolved hengels

    (@hengels)


    If you look at my blog page, you can see a margin around the cover image. The margin is caused by the class alignfull, which is applied to the header tag.

    On my start page, there’s no margin. In the inspector you can see, that the header tag does not have the alignfull class.

    As far as I can tell, I am using the same template “Startseite” for both pages. How can I remove that class from the header on my blog page?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hengels

    (@hengels)

    Well, I found a workaround for my blog page. I am adding the following lines to the additional css ..

    header.alignfull > div.alignfull {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    
    Roxy

    (@roxannestoltz)

    Hi @hengels ,

    Thanks for reaching out!

    Glad to hear that you have found a solution that works for you ?? .

    Please would you mark this topic as resolved in the sidebar if you no longer require support with this topic?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why does the blog’s header have class alignfull set?’ is closed to new replies.