Home Forums Basel support forum Help with centered logo layout

Help with centered logo layout

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #9468

    ricardo.araujo330
    Participant

    Hello, when i try the centered logo layout is looks like the screenshot attached. I played with logo maximum width but nothing changed. Hoe can i make it centered? Thank you

    #9469

    Artem Temos
    Keymaster

    Hello,

    Thank you for choosing our theme and contacting us.

    Could you please upload a screenshot smaller than 512KB and provide us a link to the page where we can see your website with our theme installed?

    Kind Regards
    XTemos Studio

    #9470

    ricardo.araujo330
    Participant

    Sure, i’m sorry…

    Attachments:
    You must be logged in to view attached files.
    #9474

    Artem Temos
    Keymaster

    This header layout requires to have some icons on the right side of the menu (shopping cart widget for example). If you will not use it, then you need to disable search icon also. Or add this code to the Custom CSS in Theme Settings

    .right-column {
    	display:none!important;
    }

    Regards

    #9480

    ricardo.araujo330
    Participant

    It’s solved, but… What if i want to keep the search button? I think it’s important to keep. Thank you

    #9489

    Artem Temos
    Keymaster

    Then, try to add this code also

    .header-split .left-side {
    	display:block!important;
      	position:absolute;
      	left:30px;
    }

    Regards

    #9491

    ricardo.araujo330
    Participant

    Doesn’t work… this is how it looks (attachment)

    Attachments:
    You must be logged in to view attached files.
    #9493

    Artem Temos
    Keymaster

    Try to add this also

    .header-split .wrapp-header {
    	position:relative;
    }
    
    .header-split .left-side {
    	top:50%;
      	margin-top:-10px;
    } 

    Regards

    #9508

    ricardo.araujo330
    Participant

    Now it’s ok! Thank you.

    What if i want to make the search icon to appear in the right?

    #9514

    Artem Temos
    Keymaster

    Sorry, but this layout doesn’t have a search icon on the right.

    #9519

    ricardo.araujo330
    Participant

    No problem. Thank you 🙂

    #9520

    Artem Temos
    Keymaster

    You are welcome!

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Help with centered logo layout’ is closed to new replies.