Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #735993

    Rupok
    Member

    Hi there,

    Thanks for updating. It seem you have set a padding for the Row that contains the image – http://prntscr.com/9n6hyf

    You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 979px) {
    .home #x-section-1 .x-container {
      padding-top: 0 !important;
    }
    }

    Hope this helps.

    Cheers!

    #737386

    Brett Y
    Participant

    Thank you! that is perfect. I’m really happy with the result of using ThemeX!

    A tiny last thing – On the home and clients pages that I recreated, the active nav link no longer highlights in white when the pahe is visited. Can that be solved with custom css too?

    #737705

    Jade
    Moderator

    Hi Brett,

    I have checked on your backend and the menu items seem to be setup correctly and should automatically have the active class that adds the white color when the page is active.

    You can try a workaround for this. Instead of adding those 2 menu items as a page, try to add them as a custom link having their complete URL in the URL field.

    Hope this helps.

    #750991

    Brett Y
    Participant

    Thaknk you!! That worked, the site is finished and ThemeCo are awesome!

    #751002

    Zeshan
    Member

    You’re most welcome! 🙂