Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Atahualpa - Change size of Image container on only 1 page. (http://forum.bytesforall.com/showthread.php?t=23206)

webbester Jun 4, 2015 11:13 PM

Atahualpa - Change size of Image container on only 1 page.
 
Hi y'all

I want to reduce the size of the image container on only one page on my site.

I added this code in the CSS Insert :

HTML Code:

body.page-id-59 div.horbar2 {display: none;}
body.page-id-59 div#imagecontainer {display: block;
height: 50px}

This made the image size the exact size I want BUT i want the text and sidebar to move up, right below where the image finishes.

I only want it on this one page: http://www.cbsi-corp.com/NEWOFS/test

I've come to a dead end and cant figure it out!
Please help ! Thanks !

juggledad Jun 5, 2015 02:39 AM

you also need to set the height in the 'div.header-image-container-pre'

p.s. you have an extra '}' at the end of your CSS Inserts

lmilesw Jun 5, 2015 07:28 AM

Quote:

Originally Posted by webbester (Post 112380)
Hi y'all

This made the image size the exact size I want

You only want a 50px slice of the image to show? Not sure what you are trying to accomplish.

webbester Jun 5, 2015 11:37 AM

I just want a header image that is smaller in height than the main home page. And I want the text and side bar to move up on the page so that I don't have the white empty space in between the header image and the text.

lmilesw Jun 5, 2015 12:41 PM

What Juggledad said except the selector needs to be
HTML Code:

div#imagecontainer-pre

webbester Jun 5, 2015 02:02 PM

It works ! Thank you guys !

juggledad Jun 5, 2015 03:43 PM

Quote:

What Juggledad said except the selector needs to be
HTML Code:
div#imagecontainer-pre
Actually eithor will work since the div has both that ID and the 'class' I mentioned :p


All times are GMT -6. The time now is 09:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.