Site logo

[Support request] Adding some icons near site logo in header

Home Forums Support [Support request] Adding some icons near site logo in header

Home Forums Support Adding some icons near site logo in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2456912
    Roman

    https://gatewayconsultants.com.pk/

    This is the website.

    I want to make the header section like this:
    https://hsconsultants.net/

    How can I add these menus to the right side? Hooks? Widget? Navig menu? What would be the custom css for this?

    #2456943
    David
    Staff
    Customer Support

    Hi there,

    in Appearance > Widgets, look for the Header Widget, you can add your icons there.
    You can build them using GenerateBlocks Buttons block on there.

    #2457012
    Roman

    Thanks.

    https://gatewayconsultants.com.pk/

    I have added them.

    However, they are not aligned properly.

    1. How can I make ‘Live chat’ in one line, so all icons are align properly. I am using heading block at the moment. I want to make them align in center similar to the site logo.
    2. Is it possible to make both the icon and text use hyperlink? Right now only text has a link.

    #2457672
    David
    Staff
    Customer Support

    Try adding this CSS:

    
    .header-widget {
        min-width: 330px;
    }
    .header-widget .gb-headline {
        position: relative;
    }
    .header-widget .gb-headline a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.