Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #988147

    Hello I have a little problem with this.. I try to use another code css but nothing change…

    I will add that the page is set to 80% of the margin.

    I want the logo to equal this value of 80%, but unfortunately equal to about 76% …

    Please help me :)

    #988261

    Hey amikietiuk,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #989554

    Hello

    Please look Here CLICK

    Cheers :)

    #989629

    Hi amikietiuk,

    I clicked on the link you gave and it only shows the RECONSTRUCTION PAGE.
    Can you give us access, so we can see the page.

    Best regards,
    Nikko

    #989929

    Upss.

    I write to you private massage…

    #989997

    Hi,

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

    CSS Snippet:

    
    
    /*--------------------------------*/
    
    /* Custom header width           */
    
    /*--------------------------------*/
    
    /* Custom header width */
    #top #header .container {
        width: 100%;
        max-width: 100%;
    }
    
    #top #header #header_main .container.av-logo-container {
     padding:0;
    }
    
    
    

    Best regards,
    Vinay

    #990471

    Thanks for the help, but unfortunately nothing has changed …
    I pasted the whole code to quick Css and still the logo is where it was …

    #990513

    Hi,

    Please review the site now, it looks good on my end after I have cleared the cache for you.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance. (You can enable this option after previewing)
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #991516

    I have the same problem. (think I) tried all the quick css solutions suggested in several tickets. still the header is not spreading over the whole width of the screen. logo not moving to the left, menu not moving to the right edge.
    so i now have just 4 menu items and when i add a 5th one it is partly covered by the logo, not to speak of adding even anothe one.
    can you help?
    i am not a complete newcomer to working with wordpress and css, but not an expert at all and do not want to ruin my site …

    #991648

    Hi 2018-HOTA-01,

    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

    
    @media only screen and (max-width: 767px) {
        .responsive #top .logo { 
            width: 53%;
        }
         .responsive #top #wrap_all .container.av-logo-container {
            width: 95%;
            max-width: 100%;
        }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #992068

    Helloo

    Thank you for help.. At the moment that’s working but we have a one still one little problem :) with icon social on the right side page…

    The pinteres icon does not hold equality with the page margin and goes about 1 cm above the page margin … How can I improve this ??

    I guess you will need to use some css on the margin of the page ??

    ps. can anyone help me here ??

    • This reply was modified 6 years, 3 months ago by amikietiuk.
    #992176

    Hi Victoria
    thanks a lot, it worked this time!

    #992654

    Hi,
    Glad Victoria could help, thanks for using Enfold.

    Best regards,
    Mike

    #994711

    Helloo,

    I’m writing it again because no one has answered and probably it hung somewhere …

    Thank you for help.. At the moment that’s working but we have a one still one little problem :) with icon social on the right side page…

    The pinteres icon does not hold equality with the page margin and goes about 1 cm above the page margin … How can I improve this ??

    I guess you will need to use some css on the margin of the page ??

    ps. can anyone help me here ??

    #994865

    Hi,

    Best regards,
    Victoria

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