End of Support for Joomla 3 - Forum closed
White border around article or position
- glovemonkey
- Offline Topic Author
- Fresh Boarder
- Posts: 9
- Thank you received: 0
White border around article or position was created by glovemonkey
Posted 6 years 10 months ago #19505
I have installed the Ice template and have changed the background colours on our page to a dark blue...but the main article on the homepage has a large white border all the way around it.
I appreciate that I can probably fix this in css but I was wondering if there was a simpler way that I am overlooking?
The site is www.ashbeeandstone.co.uk - if you look and there is no border on the homepage then I have already fixed it :).
Much love xxx
I appreciate that I can probably fix this in css but I was wondering if there was a simpler way that I am overlooking?
The site is www.ashbeeandstone.co.uk - if you look and there is no border on the homepage then I have already fixed it :).
Much love xxx
by glovemonkey
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic White border around article or position
Posted 6 years 10 months ago #19506
Hi there,
its not a border its the background of a module or the background of the main output of Joomla.
And the border is just a space from an article.
If you want to remove the background from the system output, where your Joomla articles are stored, then add a css code into the file:
css/custom.css
its not a border its the background of a module or the background of the main output of Joomla.
And the border is just a space from an article.
If you want to remove the background from the system output, where your Joomla articles are stored, then add a css code into the file:
css/custom.css
.tm-content {
padding: 30px;
background:none !important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- glovemonkey
- Offline Topic Author
- Fresh Boarder
- Posts: 9
- Thank you received: 0
Replied by glovemonkey on topic White border around article or position
Posted 6 years 10 months ago #19507
Thank you for the super fast response...I am sorry to be a bit slow but I am new to Joomla. Where is the custom.css file. I cannot find on within the theme (from the filesystem). Do I need to create one?
by glovemonkey
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic White border around article or position
Posted 6 years 10 months ago #19508Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- glovemonkey
- Offline Topic Author
- Fresh Boarder
- Posts: 9
- Thank you received: 0
Replied by glovemonkey on topic White border around article or position
Posted 6 years 10 months ago #19510
Thank you - thank you. You are a superstar - that worked a treat. I don't suppose you have a magic way of making the template full width? I cannot see a setting in the back end on this template. You will notice that the header bar is white - I would like this white to extend to edge of the page - I understand that this may be a limitation of the template design.
by glovemonkey
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic White border around article or position
Posted 6 years 10 months ago #19513
Hi there,
add this code to your css/custom.css
.uk-container {padding-left:0 !important;padding-right:0 !important; max-width:100%}
add this code to your css/custom.css
.uk-container {padding-left:0 !important;padding-right:0 !important; max-width:100%}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: glovemonkey
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates