Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #841510
    #841511

    I 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??

    #841978

    Hi 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,
    Victoria

    #842042

    Hey 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 please

    How do I remove where it says in blue text “BodyTalk Minneapolis” and then center the toggle image?

    View post on imgur.com

    #843148

    Hi,

    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,
    Yigit

    #843192

    Thanks Yigit

    That removed the text link

    How do we remove this extra white space in the (header?) area?

    View post on imgur.com

    #843193

    Hi,

    I could not find that page with extra space in header. Can you please post a link to your page?

    Best regards,
    Yigit

    #843199

    The extra header space seems to be through out the entire site

    #843413

    Hi,

    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,
    Yigit

    #843734

    It changed the color and now the shiftnav toggle image of the logo is sticking out again

    View post on imgur.com

    #843785

    Hi,

    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,
    Yigit

    #844115

    When I applied the code you provided and it make the changes I needed I feel thankful for the support

    This topic is resolved

    #844117

    Hey!

    Glad we could help :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘ShiftNav Toggle Image Alignment’ is closed to new replies.