test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • testcouch Friend
    #206426

    hi, i need a css code to fix a style issue with site logo on responsive view. i want the same margin to navigation like it works on desktop view. many thanks

    Saguaros Moderator
    #571107

    Hi testcouch,

    You can open the css file: ROOT/templates/ja_social_t3 (your default template)/css/custom.css

    and add this css rule for the logo in mobile view:

    @media (max-width: 360px) {
    .logo-image a { margin-top: 10px; }
    }

    or change to the value that suits your need.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum