Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #587888

    Hi,

    I am looking to remove the padding on the head and get my logo to align left if poss?

    Thanks
    Ross

    #588301

    Hey Ross_nineteen789!

    Please add the below css to Enfold > General Styling > Quick CSS

    /* Remove logo padding*/
    .av-logo-container.container  {
         padding:0!important;
    }
    

    Best regards,
    Vinay Kashyap

    #588330

    Hi Vinay,

    Thank you for this but it hasn’t altered anything? Do I need to amend any other settings?

    Ross

    #588338

    Hey!

    Please share the link to the page where we can see the element in question so we can help you better :)

    Cheers!
    Vinay Kashyap

    #588358

    Hi, Here is the link – would like it flush against the side as per the example

    Thanks
    Ross

    #588608

    Hi!

    To make the logo area extra wide please add the below code to Enfold > General Styling > Quick CSS

    please feel free to adjust the 85% to suit your design

    
    /* Extra Wide Logo Area*/
    .responsive .container_wrap_logo .container {
        max-width: 2000px!important;
        width : 85%!important;
    }

    Cheers!
    Vinay Kashyap

    #588646

    Thanks Vinnie.

    Is it possible to just get the logo to align without pushing the menu tabs to the right at the same time?

    #588874

    Hey!

    Please share a mockup so we can understand what you are exactly trying to do.

    Cheers!
    Vinay Kashyap

    #588896

    Hi,

    So when I adjust the the width from 85% to 100% it pushes the menu off to the right and not the logo to the left.

    I have pasted link in private content.

    I need the menu to stay where it is and for the logo to align fully to the left.

    Thanks
    Ross

    #588899

    I need the logo as per the link in the private section please.

    #589852

    Hi, any update on this at all?

    Thanks
    R

    #590685

    Hey!

    Sorry for the delay.

    The CSS code provided earlier is to position the logo and menu a little away from the edges as shown in the example.

    Remove the CSS i provided and use the settings in Enfold > Header > Header behavior > Let logo and menu position adapt

    After you do this please share a mockup image where exactly you want the logo and the menu to be positioned so we can and we can provide you the custom CSS as per the mockup.

    Cheers!
    Vinay Kashyap

    #590721

    Thanks Vinay

    #591365

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Aligning Logo Left’ is closed to new replies.