Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164110
    effess
    Participant

    Is there a way to align the home-page slider captions to the right of the image instead of the lower left? Can .featured-slider .entry-container be centered vertically? https://www.rebecca-rosenberg.com/ Thank you.

    #164125
    Skandha
    Participant

    @effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:860px) {
    	#main-slider .entry-container {
    		width:90%;
    		text-align:right;
    	}	
    }
    @media screen and (max-width:770px) {
    	#main-slider .entry-container {
    		width:86%;
    		text-align:right;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Align slider captions to the right?’ is closed to new replies.