-
AuthorPosts
-
August 20, 2017 at 12:12 am #841510
site:
How do I move the logo that is in the Shiftnav toggle area so it’s not showing extra white space like om the image?
And remove the text in blue next to the picture that says “BodyTalk Minneapolis”?August 20, 2017 at 12:14 am #841511I followed the steps here:
yet the picture logo in the shiftnav toggle seems not centered yet?
Do you notice that too or are my eyes off??August 21, 2017 at 1:00 pm #841978Hi BodyTalkCare,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#shiftnav-toggle-main .shiftnav-main-toggle-content { padding: 0 40px; }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 21, 2017 at 3:17 pm #842042Hey Victoria
When I read ” put into themes/enfold/css/custom.css” and put the code in there it met my need for support and I feel relieved thank you for directing me to that section
“If you need further assistance please let us know”
yes I do on this topic still pleaseHow do I remove where it says in blue text “BodyTalk Minneapolis” and then center the toggle image?
August 23, 2017 at 4:29 pm #843148Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
span.shiftnav-main-toggle-content.shiftnav-toggle-main-block>a { display: none; }
Best regards,
YigitAugust 23, 2017 at 5:22 pm #843192Thanks Yigit
That removed the text link
How do we remove this extra white space in the (header?) area?
August 23, 2017 at 5:27 pm #843193Hi,
I could not find that page with extra space in header. Can you please post a link to your page?
Best regards,
YigitAugust 23, 2017 at 5:42 pm #843199The extra header space seems to be through out the entire site
August 24, 2017 at 11:42 am #843413Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_header_top.html_header_sticky #main { padding-top: 0; }
Best regards,
YigitAugust 24, 2017 at 11:20 pm #843734It changed the color and now the shiftnav toggle image of the logo is sticking out again
August 25, 2017 at 8:15 am #843785Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#shiftnav-toggle-main { background: white; min-height: 60px; }
Best regards,
YigitAugust 25, 2017 at 6:47 pm #844115When I applied the code you provided and it make the changes I needed I feel thankful for the support
This topic is resolved
August 25, 2017 at 6:55 pm #844117 -
AuthorPosts
- The topic ‘ShiftNav Toggle Image Alignment’ is closed to new replies.