Home › Forums › Theme support › Question adjustment width and Allslider
This topic contains 11 replies, has 2 voices, and was last updated by 7Theme Support 7 years, 3 months ago.
-
AuthorPosts
-
Hey,
Where can I set the width of the actual content of the window (Theme Parador)?Allslider:
Where to set the width and height of the photos for the slider?Hi,
Where can I set the width of the actual content of the window (Theme Parador)?
You mean the width of the main content? There is no option for it. Do you want to make it larger or smaller?
Allslider:
Where to set the width and height of the photos for the slider?The images in the slider are always as big as the images are, means if you upload images with a size of 1500 x 700 pixel, the images are 1500 x 700 pixel in the slider.
I want to make the content area wider. In the demo version there are currently about 1,000 px.
Where can I change the width?You can add this css code to your style.css file:
.mainsection > .inner {
width:1200px;
}Please note: Customizations and custom changes in the theme files are not covered by free support. We can help you but we dont fix problems with i.e. responsive after the changes.
Question 1:
How can I activate the right sidebar for each page?Question 2:
Question on background (bg_wood.jpg):
I want to change wooden background in height. In the template, the height is about 310 pixels.
But with your demo preview the height of the wooden background is about 800 pixels.
In the Theme Options, you can select the background under BODY file – but not define the height.
Where exactly can the level change (bg_wood.jpg)?Question 3:
Similar question as before:
How the amount of wood background in Footers Change (bg_wood.jpg)?1. There is no general option, the only thing you can do is to activate it in the pages
2. The height of the visible background is always up to the height of the slideshow + logo height in the header. You can see it when you remove the white background color for the main section.
3. Also here it’s the same as in the header. The Footer dont have a background color, the (wooden) background you see is the body background. If you want to change the height of the footer, you can add more space on top and bottom of the footer. You can add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
#footer_gradient { padding-top:140px; padding-bottom:140px; }
Question 2 :
On your demo page (http://web-rockstars.com/parador/) the background ” bg_wood.jpg ” goes almost to the bottom of the slideshow .
How or where is this higher / distance defined ( height , top … . ) ?You dont need to define a height, the background image repeat itself, no matter how height the page is. Is there a problem on your website? If you want, you can send us the link to your website, then we can have a look at it
Here is the link to my site:
http://www.springhansenhof.de/wordpress/Again for understanding: I would like that the wood background (bg_wood.jpg) to 100 px goes across the bottom of the large photos in the slider. Actually as well as on your demo page.
Currently, the Wood-background goes back only to the top of the photos (Slider)Ahh, now I saw the problem, you use a different slider, that’s why it’s different. Can you please edit the page and use “Cycle” as slider, than it’s working.
This is exactly the solution – thanks
You’re welcome!
-
AuthorPosts
You must be logged in to reply to this topic.