Photographer Theme Slideshow
-
Hey there,
I bought the Photographer Theme and i am trying to change the Size of the Slideshow. I would like to have it full screen…is there a possibility to change the size in CSS?
My site: http://scanpicturesdotnet.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Hi there, I see you have hidden the footer credits on your site. We are not allowed to hide or edit the WordPress.com and theme footer credits per our Terms of Service (#1, Attribution). See the Frequently Asked Questions on the Custom Design support page for more information.
You are allowed to restyle the footer credits to better fit with your design as long as they remain readable, and you are also allowed to add text to the footer, such as a copyright statement. If you need help restyling , or adding to, the existing footer credits, let us know and we would be happy to help.
Please remove this from your CSS to restore the credits.
#footer .info { display: none; }Many thanks in advance.
On the home page slider, give the following a try. There is a caveat however, at about 1900px in window/screen width, a gap will starts to appear to the left and right of the images. That is due to the image size and is not something that we can change. Therefore, I have limited things to 1900px maximum width in the following.
.home .flex-direction-nav li .flex-prev { left: 10px; } .home .flex-direction-nav li .flex-next { right: 10px; } .home .container { max-width: 1900px; } .home .container .row { max-width: 100%; } .home .container #slideshow { padding: 0; }The above code targets only the home page of your site and leaves all other pages as originally designed.
- The topic ‘Photographer Theme Slideshow’ is closed to new replies.