Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #306480

    EMERGENCY! I put your code in and it screwed up my websites page layout on ALL pages. I took the code out and it is still screwed up and the Header is illegible. See in Private Content.

    Please help.
    HELP! Jodie

    On Tue, Aug 19, 2014 at 6:39 AM, WordPress < (Email address hidden if logged out) > wrote:
    Yigit wrote:

    Hey Jojo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab
    .page-id-4529 .column-top-margin { margin-top: 0; }
    .page-id-4529 .av_one_fourth { margin-top: 50px; }

    Best regards,
    Yigit

    Post Link: https://kriesi.at/support/topic/space-between-rows-inconsistent-version-2-9-1/#post-306334

    ———–

    You are receiving this email because you subscribed to a forum topic.

    Login and visit the topic to unsubscribe from these emails.

    • This topic was modified 10 years, 3 months ago by Jojo_W.
    #306482

    Hi Jojo_W!

    Those two lines of css will only effect the page with an ID of 4529 unless you added it in incorrectly. What it looks like you’ve done is copied and pasted in the css with hidden characters included instead of plain text.

    So remove the following:

    
    #header_meta, .sub_menu {
font-size: 12px; color:black !important
}

    
     
#top .social_bookmarks li a{ font-size:20px; }

    
     
div .avia-menu-fx {
height: 5px;
}
    
    
a.slide-image {
background: transparent!important;
}


    

    and then paste it back in as plain text only. You can see what I mean by copying out the css you have and pasting it into Notepad or any other plain text only application. Here is the same thing but with the hidden characters removed:

    
    #header_meta, .sub_menu {
font-size: 12px; color:black !important}
    
    #top .social_bookmarks li a{ font-size:20px; }
    
    div .avia-menu-fx {height: 5px;}
    
    a.slide-image {
background: transparent!important;}
    

    Cheers!
    Devin

    #306499

    Thank you Devin! I do love this theme. AND thank you so much for the quick response.

    However my Header is still screwed up. I could not see the invisible characters in Notepad but I copied yours and the thicker bar and larger social media icons appear now. But the Main Menu and the logo are overlapping. ????

    #306501

    And the logo now gets distorted when responsive layout goes to an mobile size.

    #306502

    I fixed it!

    #306505

    THANK YOU FOR THE AWESOME SUPPORT. I always thought you had great support but never needed a quick fix on a live site before. Thank you for your timely response. Have a great day! :)

    #306536

    great! Glad to hear it :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘EMERGENCY: YOUR CODE FIX MOVED MY MAIN MENU on LIVE SITE-Please help!’ is closed to new replies.