[Resolved] “Dev” site library – date and category archive pages too close to header

Home Forums Support [Resolved] “Dev” site library – date and category archive pages too close to header

Home Forums Support “Dev” site library – date and category archive pages too close to header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1537704
    Anders

    Hi!
    “Dev” site library: For date and category archive pages the position of the top H1 and the sidebar widget is too close the header area. Looks weird. How can I add top margin for those pages?
    Anders

    #1537795
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS so it matches the blog page:

    .archive .page-header  {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #1537811
    Kwame

    Hello,

    How do you add a “sticky” header with a top bar to the “dev theme?

    #1537817
    David
    Staff
    Customer Support

    Hi Kwame, can you raise a new topic please.

    #1537821
    Kwame

    OK, sorry about that!

    #1538562
    Anders

    thanks, problem solved. But I also added following to get the sidebar widgets in place:

    .archive .widget_recent_entries {
    margin-top: 60px;
    margin-bottom: 60px;
    }

    #1538654
    David
    Staff
    Customer Support

    Glad to hear you fixed the issue!

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