in Joomla Templates by grafik113 (740 points)

Hallo und guten Tag,

ich habe eine Website in Th**** aufgebaut und habe festgestellt das das programm einfach viel zu aufgeblasen ist und ein Template erzeugt welches irrwitzig groß ist.

Es hat allerdings auch ein paar schöne Funktionen die ich hier so nicht finde.

Zum Beispiel hätte ich gerne einen Container der den Content beinhaltet auf 100% breite und den eigentlichen Inhalt auf 970 px.

Wie hier in der ANSICHT...

Hat jemand eine Idee wie ich das in Templatetoaster hin bekomme?

herzlichen Dank

Matthias

2 Answers

by patricia-jones (3.4k points)
TemplateToaster provide options for setting the width of Container. To achieve this follow the steps:

1. Open TemplateToaster.

2. Container Tab => Set Width under Layout section.

If you are not using any Sidebar Layout then eventually main content covers the complete area of the container.
by grafik113 (740 points)

Hallo und guten Morgen,

besten Dank für die Hilfe...das ich den Container samz Content auf 100% (Bildschirmbreite) setzen kann wußte ich. Ich benötige aber den Container über die gesamte Bildschirmbreite und Content auf 970px.

Wie in der angehängten Datei...ich finde hier keine passende Möglichkeit und in der CSS kann ich nichts ändern...Dafür reicht mein Wissen nicht aus.

Herzlichen Dank für alle Antworten;)

by patricia-jones (3.4k points)
To set the container across the entire screen width and content on 970px follow the steps:
1. Open TemplateToaster.
2. In Container Tab Set Layout => Fluid,  Width => 100%.
3. Now open General Tab => Click on CSS under Editors section, CSS Editor dialog will appear.
4. Write the bellow custom CSS Code in that editor:


#ttr_content
{
    width: 970px;
    margin: 0 auto;
    float: none !important;
}

5. Click on Save.
6. Now export your theme.

Still if you have some issues/query regarding TemplateToaster. Please open a support ticket at https://templatetoaster.com/support. And provide your website credentials or ttr file. Our support team will guide you accordingly.
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...