-
AuthorPosts
-
August 31, 2019 at 3:57 pm #1132537alexander villumsenGuest
Hey. How do I get my logo to be a little bit smaller and more up in the left corner of my website
August 31, 2019 at 9:46 pm #1132567Hey 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,
MikeSeptember 1, 2019 at 8:40 pm #1132721alexander villumsenGuesthey. how can I adjust my logo a little bit to the right so its parallel with my menu. Thanks
September 1, 2019 at 9:13 pm #1132732Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS fieldspan.logo { float: right; }
Best regards,
MikeSeptember 1, 2019 at 9:49 pm #1132738alexander villumsenGuesthow can I get the logo one centimeter to the right?
September 1, 2019 at 11:16 pm #1132751Hi,
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,
MikeSeptember 2, 2019 at 7:14 am #1132848alexander villumsenGuestHey Mike, its not working. I’ve tried to clear the browser cache
September 2, 2019 at 9:03 am #1132883Hi,
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,
YigitSeptember 4, 2019 at 7:54 pm #1134049Hey 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..
September 5, 2019 at 10:19 am #1134275Hi,
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,
YigitSeptember 5, 2019 at 12:50 pm #1134372Hey 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
September 5, 2019 at 4:06 pm #1134467Hi,
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,
YigitSeptember 5, 2019 at 9:20 pm #1134613Hey, 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
September 6, 2019 at 10:23 am #1134864Hi,
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,
YigitSeptember 13, 2019 at 2:02 pm #1138017Hey..
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 :)
September 13, 2019 at 4:33 pm #1138057Hi,
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,
YigitSeptember 14, 2019 at 3:56 pm #1138337Thank you so much it worked perfectly..
How to remove the line under my sidebar menu?
Thanks in advance
September 14, 2019 at 5:04 pm #1138352Hi,
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,
MikeSeptember 14, 2019 at 8:34 pm #1138392Hey 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?
September 14, 2019 at 11:15 pm #1138418 -
AuthorPosts
- You must be logged in to reply to this topic.