Viewing 15 posts - 31 through 45 (of 48 total)
  • #64131
    LaLinda
    Member
    Post count: 43

    What do you mean? I don’t understand.

    #64137
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I mean that please last one css that fixed the issues .

    #64139
    LaLinda
    Member
    Post count: 43

    This one:

    body.archive {padding-top:190px !important}

    No, that moved the whole header down. And as my screenshots show, the blog pages have now been moved down, plus the title disappears.

    #64143
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove all css . It will resolve the issue easily .
    div.inner-page-wrap{padding-top:190px !important}

    Thanks

    #64144
    LaLinda
    Member
    Post count: 43

    Remove all CSS? But then all of my other issues will come back?

    #64146
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I mean remove top spacing related css .
    Thanks

    #64148
    LaLinda
    Member
    Post count: 43

    Yes, but the issues with the front page and everything we talked about previously in this thread will return if I remove that. I added it for a reason in the first place. Can’t I have a custom code for the blog category archive and the blog single post templates?

    #64152
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this

    For home 
    body.home div.inner-page-wrap{padding-top:170px !important}
    
    For Archive 
    body.archive div.inner-page-wrap{padding-top:190px !important}
    

    Thanks

    #64154
    LaLinda
    Member
    Post count: 43

    Those are the exact ones I have and those are the ones causing the problem with the blog. The product pages and the the shop part of the sites looks good with that, but not the blog and the blog archive and single posts.

    #64155
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please share URL for blog and the blog archive and single posts so i can give a complete package .

    Thanks

    #64158
    LaLinda
    Member
    Post count: 43
    This reply has been marked as private.
    #64172
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please put this also

    body.category div.inner-page-wrap{padding-top:0px !important}
    body.single-post  div.inner-page-wrap{margin-top:0px;}

    Thanks

    #64184
    LaLinda
    Member
    Post count: 43

    That worked on the single post but not on the category. 🙁

    #64190
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please cut this code

    body.category div.inner-page-wrap{padding-top:0px !important}
    

    put just after

    body.archive div.inner-page-wrap{padding-top:190px !important}
    

    So code will look

    body.archive div.inner-page-wrap{padding-top:190px !important}
    body.category div.inner-page-wrap{padding-top:0px !important}

    Thanks

    #64194
    LaLinda
    Member
    Post count: 43

    There we go! Thank you so much for your help and your patience!

Viewing 15 posts - 31 through 45 (of 48 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register