Hallo zusammen,
wie bitte kann man die Breite der Rasterzeile festlegen, denn die Breite stimmt nicht mit den Layout Elementen (bspw. 1/1) überein, sondern ist deutlich breiter (volle Breite). Das kann natürlich daran liegen, dass ich die Breite für den Inhalt auf 90 % gesetzt habe. Das bräuchte ich halt auch für die Rasterzeile, die sich daran nämlich nicht orientiert.
Danke Euch. Viele Grüße und bleibt gesund!
Hi Aroremodo687,
Grid uses 100% width. There’s no option to change it, but you can adjust it using CSS.
Please add this CSS in Enfold > General Styling > Quick CSS:
#top .av-layout-grid-container {
max-width: 90%;
margin: 0 auto;
}
Just change 90% to any value you’d like to use.
Best regards,
Nikko
Hi Aroremodo687,
Try adding this CSS code as well:
#top #main {
background-color: white;
}
As for the Main Content Heading, is it on the same page? can you give us a screenshot?
Best regards,
Nikko
maybe a little child-theme functions.php snippet rules i a bit better.
https://kriesi.at/support/topic/grid-row-not-fullsize-how-to/#post-902770
as mentioned in that post:
1) the notfullsize class added to the surrounding container gets the same settings as avia-section and the class main_color to have the same background-color
2) and the grid-notfullsize gets the setting of “container”
Many thanks to all.
The suggestion from Nikko solved the issue for the moment, but I am higly interested in the solution of Guenni too ;-)
Many thanks and take care,
Best regards
Ralf
Hi Ralf,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria