Jump to content

Border around page and Image Slider - 1.5.4


Recommended Posts

Hi guys,

 

Thanks for the help so far (again!).

 

1.5.4 - PAGE BORDER:

 

OK, I've researched how to add a BORDER to the page similar to this example: http://tivicr.com

From what I have read, I need to find in global css the following line: #Page: width 980px

However, I can't seem to find it!

 

Help, please.

See this topic where I found some help: http://www.prestasho...around-my-page/

 

1.5.4 - IMAGE SLIDER BORDER:

 

Right, I have researched this and found the relevant information.

The following line has to be added in .bx-styles.css, under the .bx-wrapper section:

border:3px solid #555

 

I added this line, but no border appeared.

 

Please help.

See this video that I watched:

 

 

I would also like to say that I am learning this system, but I find it hard when I research solutions only for them not to work, even after I follow the instructions 100%.

 

Thank you for any help.

Best,

Adam

 

PS Website is in maintenance mode.

Edited by adamcarter (see edit history)
Link to comment
Share on other sites

  • 2 months later...

ADam would you mind sharing with me how you eventually sorted out the slider border please? I realise this post is a bit old but ive just watched that exact same video on youtube and didnt work for me either! So frustrating like you say!

 

Would appreciate it many thanks

Link to comment
Share on other sites

Thanks Vekia but it still doesnt work im afraid. I dont have a 'width' attribute in mine, just a 'height' so i added a 10px border and reduced the height from 300 to 280. Heres how it looks now and its not working.......

 

/*

* To change the color scheme of slider change each

* background property for each of the five styles below

*/

 

.bx-window {margin-bottom:20px;}

.bx-wrapper {

margin-bottom:20px;

height:280px

border:10px solid #000;

 

}

 

/*next button*/

.bx-next {

display:none;

position:absolute;

top:40%;

right:-50px;

z-index:999;

width: 30px;

height: 30px;

text-indent: -999999px;

background: url(gray_next.png) no-repeat 0 -30px;

Link to comment
Share on other sites

Vekia,

 

THanks but I took it back out once I realised it wasnt working :) I now have it working and here is the solution for those who also want to add a border to the homepageslider module.

 

Basically I had missed the semicolon off after the height style so here's the solution that now works :-

 

.bx-window {margin-bottom:20px;}

.bx-wrapper {

margin-bottom:20px;

height:300px;

border:1px solid #555

 

}

 

Thanks again mate :) P.S How do you post CODE on this forum so that it appears in the little box liek your post above?

Edited by dazlia (see edit history)
Link to comment
Share on other sites

Thanks again mate :) P.S How do you post CODE on this forum so that it appears in the little box liek your post above?

 

i used this feature:

IJeJZnv.png

 

then i just paste the code inside the popup box - you will see it after click on <> feature ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...