Site logo

Archived topic

tasty widget header

1 reply · Started by francesco on December 10, 2021

Viewing posts 1–2 of 2

i am currently using the tasty theme. I wanted to know if there is a way to modify the widget available in the header. whatever I put in that widget will make it appear under the previous one, instead I would like to continue alongside and not below. thanks all.

Hi there,

you could use some CSS:

.header-widget {
    display: flex;
    flex-wrap: wrap;
}
This archived topic is closed to new replies.