[Resolved] how can I move to the top the white/red icone “bip” to the top ?

Home Forums Support [Resolved] how can I move to the top the white/red icone “bip” to the top ?

Home Forums Support how can I move to the top the white/red icone “bip” to the top ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2279039
    Robert

    Hi

    I just wanna ask how can I move to the top the white/red icone “bip”?

    https://snipboard.io/jztgnZ.jpg

    It is in the TOP BAR like an “own HTML” where I set: valign=”top”

    https://snipboard.io/ZcSnrb.jpg

    but it’s still down

    Thx
    Robert

    #2279049
    Fernando
    Customer Support

    Hi Robert,

    To clarify, are you wanting something like this?: https://share.getcloudapp.com/Kouj1gnb

    If so, with your current structure, one approach to do it is through adding CSS like this through Appearance > Customize > Additional CSS:

    @media (min-width: 769px) {
        .inside-top-bar {
            width: 100%;
            display: flex;
        }
    
        aside#media_image-6 {
            order: -1;
        }
    
        aside#media_image-5 {
            margin-left: auto;
        }
    
        aside#block-38 {
            margin-right: 60px;
        }
    }

    This applies the changes for Desktop and tablet.

    Hope this helps!

    #2279052
    Robert

    thx!

    #2279057
    Fernando
    Customer Support

    You’re welcome Robert!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.