#1
Posted 20 August 2012 - 07:02 PM
#2
Posted 20 August 2012 - 09:24 PM
#3
Posted 20 August 2012 - 10:17 PM
#4
Posted 20 August 2012 - 10:21 PM
#5
Posted 21 August 2012 - 04:11 AM
#6
Posted 21 August 2012 - 09:32 AM
.page-id-25 .tbubble-pad {background-color: transparent !important}
I don??t find where you can insert {background-color: transparent !important} in your site with the firebug to remove the box.You see the space among transparent and !important too.
#7
Posted 21 August 2012 - 09:43 AM
You can try
#main {left: -30px;}
I??m not sure
#8
Posted 21 August 2012 - 11:08 AM
This is not a PageLines issue, this is custom code. Therefore, we are unable to provide assistance.
However, from my quick look, the issue you have is the CSS. You currently have this:
#gallery {
-moz-box-shadow: 0 0 3px #AAAAAA;
-webkit-box-shadow: 0 0 3px #AAA;
box-shadow: 0 0 3px #AAA;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px solid white;
background: url(http://72.26.98.200/wp-content/uploads/2012/08/panel1040.png) repeat-x bottom center white;
width: 1020px;
overflow: hidden;
}
Disabling the width in Chromes web dev tool, positioned your gallery correctly. Therefore, I recommend you review your code or ask the person who provided this functionality for assistance.
Also, why not use the Carousel section ?
#9
Posted 21 August 2012 - 03:56 PM
#10
Posted 21 August 2012 - 04:04 PM
{background-color: transparent !important;}
#11
Posted 21 August 2012 - 05:01 PM
#12
Posted 21 August 2012 - 05:04 PM
#13
Posted 21 August 2012 - 05:16 PM
#14
Posted 21 August 2012 - 05:20 PM
#15
Posted 21 August 2012 - 05:31 PM
#16
Posted 21 August 2012 - 05:56 PM
#17
Posted 21 August 2012 - 06:29 PM
.page-id-25 .content .box {
width: 280px !important;
min-width: 280px !important;
}
#18
Posted 21 August 2012 - 06:34 PM
#19
Posted 21 August 2012 - 11:42 PM
For transparency you can try
.page-id-25 .hentry-pad {background: transparent;}
I??m not sure if it you need.
#20
Posted 22 August 2012 - 02:56 AM
Also tagged with one or more of these keywords: Resolved
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|













