[Support request] tasty widget header

Home Forums Support [Support request] tasty widget header

Home Forums Support tasty widget header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2044901
    francesco

    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.

    #2044944
    David
    Staff
    Customer Support

    Hi there,

    you could use some CSS:

    .header-widget {
        display: flex;
        flex-wrap: wrap;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.