Forum replies created
can you provide the website WP admin login in private reply? I will have a look
Hi,
alora and evolve are based on different frameworks. alora is an outdated theme which won’t be developed anymore. So it’s not possible simply copy and paste any code from evolve to alora as they have different layout system. evolve is built on the newest frameworks and keep update with the latest woocommerce templates.
Yes, here you go https://theme4press.com/guide/docs/shortcodes/, on the right sidebar are subitems with available shortcodes for now. The shortcodes you can preview on this page https://demo.theme4press.com/evolve/shortcodes/
This version doesn’t fully support the content boxes shortcode yet. It’s in todo list now. Only content boxes built with the customizer are supported.
Hi,
try this Additional CSS, I didn’t test it:
.products {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.products li {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-clip: border-box;
width: 100%;
}
hello,
which theme version do you use please?
glad it’s solved 😉
try this Additional CSS:
@media (max-width: 1600px) {
.t4p-row {
margin: 0 15px;
}
}
Hi, sure, try in Customize -> Header -> Menu -> Menu Horizontal Alignment. Let me know if it’s what you were looking for 😉
Try this Additional CSS:
.home .t4p-row p {
font: 300 16px/1.5em Roboto;
color: #333;
}