- Posts: 35
- Thank you received: 0
What is this white vertical bar?
-
dfalir
Inactive member -
Topic Author
- Member
-
Less
More
13 years 6 months ago #11472
by dfalir
What is this white vertical bar? was created by dfalir
Can you please tell me what is the white vertical strip left to the user5 position? How can i make it dissapear?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #11482
by ivan.milic
Replied by ivan.milic on topic Re: What is this white vertical bar?
We will need your link, it looks like css is interfered.
Please Log in to join the conversation.
-
dfalir
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 35
- Thank you received: 0
13 years 6 months ago #11487
by dfalir
Replied by dfalir on topic Re: What is this white vertical bar?
Milos, thank you for your prompt response as usual. It is on localhost on my laptop. Would teamviewer help in any way? Or if i sent you whatever files you suspect? What do you propose?
Please Log in to join the conversation.
-
dfalir
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 35
- Thank you received: 0
13 years 6 months ago #11488
by dfalir
Replied by dfalir on topic Re: What is this white vertical bar?
Sorry ivan for the wrong name!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #11495
by ivan.milic
Replied by ivan.milic on topic Re: What is this white vertical bar?
Ok, then check if you changed this css's:
in layout.css:
.bottom {
padding: 20px 0;
margin: 0 auto;
}
.wrap {
margin: 0 auto;
position: relative;
height: auto;
}
in layout.css:
.bottom {
padding: 20px 0;
margin: 0 auto;
}
.wrap {
margin: 0 auto;
position: relative;
height: auto;
}
Please Log in to join the conversation.
-
dfalir
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 35
- Thank you received: 0
13 years 6 months ago #11498
by dfalir
Replied by dfalir on topic Re: What is this white vertical bar?
Ivan hi, no the two parts of code you send me are exactly like you want them.
I am copying the layout.css for you below. (C:\xampp\htdocs\leathertouch\templates\hot_furniturestore\css\layout.css)
/*
# HOT Furniture Store - July, 2010
# Copyright (C) 2010 Hot Joomla Templates. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Hot Joomla Templates
# Website: www.hotjoomlatemplates.com
*/
html {
font-size:12px;
}
body {
margin:0;
padding:0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:20px;
}
.wrap {
margin:0 auto;
position:relative;
height:auto;
}
#logo {
height:126px;
width:228px;
float:left;
}
#topmenu {
height:126px;
margin:0 auto;
}
#topmenu_pad {
padding:22px 4px 0px 4px;
float:right;
width:724px;
text-align:right
}
#carousel_wrap {
overflow:hidden;
padding:1px 0 0 0;
width:100%;
}
.carousel_module {
overflow:hidden;
margin:0 auto;
}
.header_line {
height:1px;
background:url(../images/header_line.png) top center no-repeat;
}
#content_and_right {
float:left;
background:url(../images/content_and_right_shadow.png) repeat-y;
}
.content_main_shadow {
background:url(../images/body_shadow.png) center repeat-y
}
.main_area {
margin:0 auto;
background:#fff;
}
#content_wrap_top {
float:left;
}
.content_wrap {
margin-top:0px;
}
.content_pad {
padding:30px 30px;
border-right:2px dotted #dfdccf;
margin:0;
}
.content_pad_noright {
padding:30px;
margin:0;
}
.content_pad_home, .content_pad_home_noright {
padding:0 30px;
margin:0;
}
#column_left {
float:left;
line-height:normal;
}
.column_left_pad {
padding:15px 0 0 0;
}
#column_right {
float:left;
line-height:normal;
}
.column_right_pad {
padding:30px 15px 0 15px;
}
.module_inset, .module_toolbar {
padding-bottom:30px;
}
.upper {
margin:0 auto;
padding:0;
}
.bottom {
padding:20px 0;
margin:0 auto;
}
.modulerow1 {
width:99.9%;
float:left;
}
.modulerow2 {
width:49.7%;
float:left;
}
.modulerow3 {
width:33.1%;
float:left;
}
.modulerow4 {
width:24.79%;
float:left;
padding:20px 0;
}
.bottom .modulerow1, .bottom .modulerow2, .bottom .modulerow3, .bottom .modulerow4 {
border-left:0px !important;
}
.footer_wrap {
padding:0 0 10px 0;
}
.footer_content {
margin:0 auto;
}
.footer_wrap_copyright_content {
margin:0 auto;
}
.footer {
width:50%;
float:left;
}
.footer2 {
width:50%;
float:left;
text-align:right;
color:#cca673;
padding:5px 0;
}
.footer_pad {
padding:5px 0;
}
.footer_wrap_copyright {
padding:5px 0 10px 0;
}
.clr {
clear:both;
}
I am copying the layout.css for you below. (C:\xampp\htdocs\leathertouch\templates\hot_furniturestore\css\layout.css)
/*
# HOT Furniture Store - July, 2010
# Copyright (C) 2010 Hot Joomla Templates. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Hot Joomla Templates
# Website: www.hotjoomlatemplates.com
*/
html {
font-size:12px;
}
body {
margin:0;
padding:0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:20px;
}
.wrap {
margin:0 auto;
position:relative;
height:auto;
}
#logo {
height:126px;
width:228px;
float:left;
}
#topmenu {
height:126px;
margin:0 auto;
}
#topmenu_pad {
padding:22px 4px 0px 4px;
float:right;
width:724px;
text-align:right
}
#carousel_wrap {
overflow:hidden;
padding:1px 0 0 0;
width:100%;
}
.carousel_module {
overflow:hidden;
margin:0 auto;
}
.header_line {
height:1px;
background:url(../images/header_line.png) top center no-repeat;
}
#content_and_right {
float:left;
background:url(../images/content_and_right_shadow.png) repeat-y;
}
.content_main_shadow {
background:url(../images/body_shadow.png) center repeat-y
}
.main_area {
margin:0 auto;
background:#fff;
}
#content_wrap_top {
float:left;
}
.content_wrap {
margin-top:0px;
}
.content_pad {
padding:30px 30px;
border-right:2px dotted #dfdccf;
margin:0;
}
.content_pad_noright {
padding:30px;
margin:0;
}
.content_pad_home, .content_pad_home_noright {
padding:0 30px;
margin:0;
}
#column_left {
float:left;
line-height:normal;
}
.column_left_pad {
padding:15px 0 0 0;
}
#column_right {
float:left;
line-height:normal;
}
.column_right_pad {
padding:30px 15px 0 15px;
}
.module_inset, .module_toolbar {
padding-bottom:30px;
}
.upper {
margin:0 auto;
padding:0;
}
.bottom {
padding:20px 0;
margin:0 auto;
}
.modulerow1 {
width:99.9%;
float:left;
}
.modulerow2 {
width:49.7%;
float:left;
}
.modulerow3 {
width:33.1%;
float:left;
}
.modulerow4 {
width:24.79%;
float:left;
padding:20px 0;
}
.bottom .modulerow1, .bottom .modulerow2, .bottom .modulerow3, .bottom .modulerow4 {
border-left:0px !important;
}
.footer_wrap {
padding:0 0 10px 0;
}
.footer_content {
margin:0 auto;
}
.footer_wrap_copyright_content {
margin:0 auto;
}
.footer {
width:50%;
float:left;
}
.footer2 {
width:50%;
float:left;
text-align:right;
color:#cca673;
padding:5px 0;
}
.footer_pad {
padding:5px 0;
}
.footer_wrap_copyright {
padding:5px 0 10px 0;
}
.clr {
clear:both;
}
Please Log in to join the conversation.
Time to create page: 0.162 seconds