Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #443692

    Hello
    all version updated : WP, plugins, Enfold
    General layout : logo and menu on left

    My issue :
    Main content background color seems NOT OK (not like my layout style settings in admin) with collumn elements
    it’s ok with Grid row but not with collumn elements
    Collumn elements display logo area background color even in main content
    with my css inspector, i can see this css line in grey (disabled)

    can you tell me if you know this issue ?

    #444119

    Hey totoro!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Best regards,
    Rikard

    #444876
    This reply has been marked as private.
    #445496

    Hi!

    I’m sorry but I’m having problems understanding what your issue is, could you please provide us with screenshots highlighting the issue?

    Regards,
    Rikard

    #445556

    Hello
    you need to be loged to see pages because this website is on maintenance mode for now

    i talk about background color of the main content (the right content of my website)
    in admin / ENFOLD / General styles / Main content / Main content Background color , i set a grey color #f5f5f5
    admin

    the page http://www.gt-avocat-saintraphael.fr/presentation-3 is OK with grey color in background color (see screenshot below)
    03

    but in the page http://www.gt-avocat-saintraphael.fr/presentation-2/ , the background color is NOT OK because white (see screenshot below)
    02

    the only diffrence between these 2 pages is i use Grid row in page presentation-3 (color is OK) and columns in presentation-2 (clor NOT OK)

    Thank you for your reply

    #446242

    Hey!

    You have the Default Background color set to white, could you try to change that into the grey colour also?

    Regards,
    Rikard

    #446310

    Hello
    sorry, but i don’t understand
    where is that setting ?
    I want to keep my left column with logo and main menu in white background color

    #447093

    i changed logo area background color in grey and in page http://www.gt-avocat-saintraphael.fr/presentation-2/ my content on the righy is now with grey background color
    also are the posts – http://www.gt-avocat-saintraphael.fr/a-really-simple-entry/

    seems to be an issue ?
    can you plese investigate this ?
    thxs

    #447539

    Hey!

    You can add this in the Quick CSS field to fix the background:

    .container_wrap:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0;
    }

    If it doesn’t work, use this:

    .main_color .container {
      background-color: #f5f5f5;
    }

    Best regards,
    Ismael

    #447689

    PERFECT – both css patch work
    Thank you to put this in next release

    #448201

    Hi!

    Great, glad we could help. You can change colours under Enfold–>General Styling.

    Regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Main content background color NOT OK with collumn elements’ is closed to new replies.