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

    Is this possible with css?

    #707694

    Hey OblakJ,

    I’m not sure what you want to achieve a screenshot or an example might give us a hint. Try checking out Enfold > Header > Menu and Logo Position and check the available options.

    Best regards,
    Nikko

    #707697

    I would like to achieve this

    #707822

    Hi!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #709687

    Here you go.

    #710566

    Hi!

    Please set the Header > Header Layout > Menu and Logo Position settings to Logo left, Menu right and then add this css code.

    .html_header_top #top .main_menu {
        right: auto;
        left: 120px;
    }

    Adjust the value of the left property to correspond with the width of the logo.

    Cheers!
    Ismael

    #711868

    This doesn’t solve the problem see menu at link (credentials are in my second post)

    #712283

    Hi,

    I changed the code to following one

    .html_header_top #top .main_menu {
        right: auto;
        left: 30%;
    }

    Please review your website and adjust the code in Appearance > Editor > Style.css if needed.

    Best regards,
    Yigit

    #715804

    I still have problem with logo align. It is not in a container.

    #715922

    Hi,

    Can you please post a screenshot and show the changes you would like to make?
    Your logo is in the container as you can see in the screenshot i posted in private content field

    Best regards,
    Yigit

    #715930

    Logo should be right next to the menu, on the left.

    #716017

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (min-width: 1024px) {
    div .logo {
        left: 10%;
    }}
    

    Best regards,
    Yigit

    #716349

    It is better but this is still not the solution which is on webpage, posted in private content

    #717568

    Hi!

    We modified the header settings and added our previous css suggestions. Please remove browser cache or hard refresh before checking the page.

    // http://mm.owjej.org/

    Regards,
    Ismael

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