Aidanin Posted February 23, 2019 Share Posted February 23, 2019 Witam chciał bym wycentrowac to co teraz nazwałem Informacje Dodatkowe ale chodz szukam po szablonach i CSS nie moge tego znalesc dorzucam <div> probowałem to <center> </center> ale nie przyniosło efektu <div class="pb-center-column col-xs-12 col-sm-8"> <section class="page-product-box"> <h3 class="page-product-heading"><center>OPIS</center></h3> <!-- full description --> <div class="rte">{$product->description}</div> </section> <br><section class="page-product-box"> <h3 class="page-product-heading"><center>Informacje Dodatkowe</cemter></h3> <table class="table-data-sheet"> {foreach from=$features item=feature} <center><tr class="{cycle values="odd,even"}"> {if isset($feature.value)} <td>{$feature.name|escape:'html':'UTF-8'}</td> <td>{$feature.value|escape:'html':'UTF-8'}</td> {/if} </tr> {/foreach} </table> </section> </div> Link to comment Share on other sites More sharing options...
1 endriu107 Posted February 23, 2019 Share Posted February 23, 2019 W product.css masz zdefiniowaną szerokość pierwszej kolumny na 30% musisz zmienić na 50% i dać dla niej text-align:right; to wszystko. Link to comment Share on other sites More sharing options...
0 design4VIP Posted February 23, 2019 Share Posted February 23, 2019 (edited) Zasadniczo poprawnie technicznie byloby uzywac css i tezt-align:center, ale tak jak msz teraz te <cen,ter> otaguj przed h3 a w "opis dodatkowy"popraw zakonczenie z ceMter i tez wrzuc nad h3 A poprawnie: Dla h3 powinienes dac style h3 {width:100%; text-align:center;} Edited February 23, 2019 by design4VIP (see edit history) Link to comment Share on other sites More sharing options...
0 Aidanin Posted February 23, 2019 Author Share Posted February 23, 2019 Nie rzoumiałes a ja źle kod wpisałem bo użyłem kodu razem z Opisem głownym kod o ktory sie rozchodzi to <section class="page-product-box"> <h3 class="page-product-heading"><center>Informacje Dodatkowe</cemter></h3> <table class="table-data-sheet"> {foreach from=$features item=feature} <center><tr class="{cycle values="odd,even"}"> {if isset($feature.value)} <td>{$feature.name|escape:'html':'UTF-8'}</td> <td>{$feature.value|escape:'html':'UTF-8'}</td> {/if} </tr> {/foreach} </table> </section> A z tego co rozumiem to co chce wycentrowac odpowiada Dokładnie ta czesc <table class="table-data-sheet"> {foreach from=$features item=feature} <tr class="{cycle values="odd,even"}"> {if isset($feature.value)} <td>{$feature.name|escape:'html':'UTF-8'}</td> <td>{$feature.value|escape:'html':'UTF-8'}</td> {/if} </tr> {/foreach} </table> Wiec reasumujac nie wydaje mi sie ze dało by rade to zrobic w css ale ja tam nie umiem w CSS HTML I PHP Link to comment Share on other sites More sharing options...
0 Aidanin Posted February 23, 2019 Author Share Posted February 23, 2019 Dzięki endriu107 na taka odpowiedz liczyłem i tak działa temat do zamknięcia Link to comment Share on other sites More sharing options...
Question
Aidanin
Witam chciał bym wycentrowac to co teraz nazwałem Informacje Dodatkowe ale chodz szukam po szablonach i CSS nie moge tego znalesc dorzucam <div> probowałem to <center> </center> ale nie przyniosło efektu
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now