Okay
  Public Ticket #2289330
grey boxes in footer section
Closed

Comments

  •  11
    Eshen started the conversation

    Hi, need some more help:

    1. there are grey boxes in footer section, right and left. No idea how to remove them..

    2. on the single portfolio page, with "side portfolio item type", now the title is not aligned (top) with the image. How should I fix this?

    3.Now I have Sticky Description on the single portfolio pages. Is it possible to have Sticky Menu here as well? 

    4. How could I change the font style of a single portfolio page title?

    5. I'd like to enlarge both left and right margin of the website?

    Thank you so much!


  •  1,558
    Laborator replied

    Hi Eshen,

    1.I have changed the footer color under Laborator > Theme Options > Theme Styling and now the footer grey blocks are removed.

    2. Added this CSS to Custom CSS to move the title up:

    .single-portfolio-holder.portfolio-type-1 .title h1 {
        margin-top: 0;
    }
    

    3. The sticky menu is already active here and sticky:

    medium
    (view large version)

    4. Add this selector to the font you're using under Laborator > Typography > Noto Sans:

    .single-portfolio-holder.portfolio-type-1 .title h1
    

    5. I have commented a line of CSS which was coming from a demo and now the container of the is more narrow.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  11
    Eshen replied

    Thank you!  :D The theme is awesome.

  •  1,558
    Laborator replied

    You're welcome Eshen, have a great daysmile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group