Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1132537
    alexander villumsen
    Guest

    Hey. How do I get my logo to be a little bit smaller and more up in the left corner of my website

    #1132567

    Hey alexander villumsen,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .html_header_sidebar .logo {
        width: 30% !important;
        padding: 10px !important; 
        border-bottom-width: 0px !important; 
    }

    Feel free to adjust the values to suit, Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1132721
    alexander villumsen
    Guest

    hey. how can I adjust my logo a little bit to the right so its parallel with my menu. Thanks

    #1132732

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field

    span.logo {
    	float: right;
    }

    Best regards,
    Mike

    #1132738
    alexander villumsen
    Guest

    how can I get the logo one centimeter to the right?

    #1132751

    Hi,
    Please try adding this css:

    
    .html_header_sidebar .logo {
        margin-right: -1px !important;
    }

    please adjust the negative number to suit. Please clear your browser cache after each change.

    Best regards,
    Mike

    #1132848
    alexander villumsen
    Guest

    Hey Mike, its not working. I’ve tried to clear the browser cache

    #1132883

    Hi,

    Thanks for contacting us!

    Could you please register to our support forum – https://kriesi.at/support/register/ using your purchase code and then post WP admin logins here privately so we can look into it?

    Best regards,
    Yigit

    #1134049

    Hey I have just logged in..

    I want my logo to be in the middle on my menu sidebar and a little bit down.

    i also want my menu links or pages to be centered. and my sidebar a little thinner..

    Hope you and help with the adjustmenst thank you in advance..

    #1134275

    Hi,

    Please delete following codes

    .html_header_sidebar .logo {
        margin-right: -70px !important;
    }
    .html_header_sidebar .logo {
        margin-right: -10px !important;
    }

    and change following one

    .html_header_sidebar .logo {
        width: 40% !important;
        padding: 0px !important;
        border-width: 0px !important;
    }

    to following

    .html_header_sidebar .logo {
        width: 40% !important;
        padding: 0px !important;
        border-width: 0px !important;
        margin: auto;
        float: none;
    }

    Best regards,
    Yigit

    #1134372

    Hey thank you it works grate with the logo :)

    One more question. how do I make my menu sidebar thinner?

    and how to center my menu links/pages under my logo?

    Thanks in advance

    #1134467

    Hi,

    Please add following code to Quick CSS as well

    .html_header_sidebar #top #header {
        width: 230px;
    }
    .html_header_left #main {
        margin-left: 230px;
    }
    
    #top #header .av-main-nav > li > a {
        text-align: center;
    }

    Best regards,
    Yigit

    #1134613

    Hey, how to make the active link in the menu a different color. And how to automatically make in switch when scrooling down the page using the plugin “page scroll to id”

    thanks in advance

    #1134864

    Hi,

    You do not need to use an additional plugin for such feature. Please refer to this post – https://kriesi.at/documentation/enfold/menu/#one-page-menu

    Best regards,
    Yigit

    #1138017

    Hey..

    When I click on a link in my submenu it goes white so I can’t see the text? how to make the active link blue when im on the page?

    I want the same in my main menu

    thanks in advance :)

    #1138057

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file and flush cache:

    CSS Snippet:

    
    .html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text, .html_header_sidebar #header .av-main-nav > li.current-menu-ancestor > a .avia-menu-text, .html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text {
        color: #2d5c88 !important;
    } 
    
    

    Best regards,
    Yigit

    #1138337

    Thank you so much it worked perfectly..

    How to remove the line under my sidebar menu?

    Thanks in advance

    #1138352

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header_main.container_wrap.container_wrap_logo {
    	border-color: transparent !important; 
    }

    Best regards,
    Mike

    #1138392

    Hey thank you for the help :)

    Is there a way I can make my portfolio image in color section responsive?

    And how do I set my mobile version of the website to default so the menu and logo is normal again?

    #1138418

    Hi,
    I’m glad that this helped, please open a new thread on the support forum for new topics, typically we prefer to keep threads on single topics. Thank you for your understanding.

    Best regards,
    Mike

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