- Posts: 6
- Thank you received: 0
Attempting to change advert1 width
-
zodiacwebhosting
Inactive member - Topic Author
- New Member
Less
More
14 years 4 weeks ago #4267
by zodiacwebhosting
Attempting to change advert1 width was created by zodiacwebhosting
I was able to make the logo section smaller but I'm trying to make the advert1 section which of course houses the HOT Joomla Carousel wider to allow 5 pics of 165 width to show properly. I was able to remove the Arrows since I didn't need them to switch.
I changed the width in the carousel module. This didn't affect the advert section to allow the 5 pics to show
I changed the width in the carousel module. This didn't affect the advert section to allow the 5 pics to show
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 4 weeks ago #4277
by ivan.milic
Replied by ivan.milic on topic Re: Attempting to change advert1 width
Can you give us your site link, so we can see problem better?
Please Log in to join the conversation.
-
zodiacwebhosting
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
14 years 4 weeks ago #4291
by zodiacwebhosting
Replied by zodiacwebhosting on topic Re: Attempting to change advert1 width
www.zodiacwebhosting.com/velvet/
if you notice on the site that the 3.5 of 5 members shows at the top and that I have moved the logo section to only 30% to attempt to show the other 1.5 members. I have also in the carousel module changed the overall width to 800 hoping that would help... it does not
if you notice on the site that the 3.5 of 5 members shows at the top and that I have moved the logo section to only 30% to attempt to show the other 1.5 members. I have also in the carousel module changed the overall width to 800 hoping that would help... it does not
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 4 weeks ago #4307
by ivan.milic
Replied by ivan.milic on topic Re: Attempting to change advert1 width
Go to Administration->Extensions->Template Manager->Your template->Edit HTML
and find
.hotcarousel .js {
height: 236px;
overflow: hidden;
width: 900px;<-change
}
Go to Administration->Extensions->Template Manager->Your template->Layout.css->Edit CSS
layout.css changes :
.logo {
float: left;
overflow: hidden;
width: 30%;<-remove
}
.upper {
background: url( www.zodiacwebhosting.com/velvet/template...ages/content_bg2.png );
float: left;
overflow: hidden;
width: 60%;<-remove
}
.advert_pad {
padding: 20px 0px 25px;
width: 1100px;<-add
}
and find
.hotcarousel .js {
height: 236px;
overflow: hidden;
width: 900px;<-change
}
Go to Administration->Extensions->Template Manager->Your template->Layout.css->Edit CSS
layout.css changes :
.logo {
float: left;
overflow: hidden;
width: 30%;<-remove
}
.upper {
background: url( www.zodiacwebhosting.com/velvet/template...ages/content_bg2.png );
float: left;
overflow: hidden;
width: 60%;<-remove
}
.advert_pad {
padding: 20px 0px 25px;
width: 1100px;<-add
}
Please Log in to join the conversation.
Time to create page: 0.157 seconds