Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • oscarlito Friend
    #951893

    Is there a way a can remove or narrow down the space between the title of my page(spotlight1) and my slideshow when viewed on mobile? See attached.
    Development site is
    http://dev2j.tjpoffice.com/bella/


    1. SpaceBetweenSpotlightSlideshow
    Pankaj Sharma Moderator
    #951924

    Hi
    Go to /css/custom.css file (create the file if its not present ) and add below code

    @media (max-width: 767px) {
    .ja-slideshow .container {
        margin-top: 10px!important;
    }}

    This will fix the problem .

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 9 months ago.

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