Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • in reply to: Hide navigation menu on mobiles #189441
     ARCHE
    Participant

    Hi @Laura,

    Maybe you could help me on something additional related to custom CSS:

    I have this custom css on my Front Page

    COPY CODE
    .sticky-wrapper .kleo-main-header {
        top: -70px !important;
        position: fixed;
    }
     
    .sticky-wrapper.is-sticky .kleo-main-header {
        top: 0px !important;
    }

    which I want it to be applied ONLY on that specific page… but somehow each Portfolio item seems to have copied this property… How could I fix this?

    I repeat, the code above has been put ONLY on the Front Page custom CSS settings, and nowhere else. This is the website I am talking about.

    in reply to: Invisible Post Grid #140734
     ARCHE
    Participant
    Not marked as solution
    in reply to: Styling Image Caption #74242
     ARCHE
    Participant

    I don’t know if this is the best way of doing it but this CSS seems to be a good solution for me:

    COPY CODE
    .wp-caption p.wp-caption-text {
     float: left;
     margin-top: 15px;
     margin-left: 20px;
     border-left: 1px solid #e7e7e7;
     font-size: 13px;
     line-height: 18px;
     text-align: left;
    }

    I put this as Custom CSS for every blog post. Can you suggest me a better way to have this? Without inputting custom CSS for every single post? Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

Log in with your credentials

Forgot your details?