Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #116278
    martha
    Participant

    so if i use the featured slider in clean journal pro it has a thin bar with dots below the slider. that looks ok on a laptop/desktop. However when viewing on a smaller screen (ipad, phone etc) the bar with dots below the slider shrinks in width and increases in heigh making the front home quite ugly. How do i control this bar that representing the “sliding” from one image to the next. Can I hide it all together?

    Thanks.

    #116296
    Mahesh
    Keymaster

    @mmarvel54: Do you mean to hide slider container and the dots in mobile device? If yes, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
    	#feature-slider .entry-container, 
    	#feature-slider .cycle-pager {
    		display: none;
    	}
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘using Slider in Clean Journal increases divider where slider dots are in mobile’ is closed to new replies.