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

    Hope you are well,

    I really need to increase the width of the table or the columns as the content comes outside of the table and doesn’t look good.

    Can I have some CSS to widen the width.

    Lisa

    #1102686

    Hey Lisaodo,

    Thanks for giving us admin access, we have done the following:
    1. Checked Show element options for developers in Enfold > Layout Builder.
    2. Edit the Color Section where the table is wrapped, in Custom Css Class I put mysection
    3. Go to Enfold > General Styling > Quick CSS, then added this css code:

    #top .mysection .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    #top .mysection .av-flex-placeholder {
        width: 2%;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1103127

    Thank you,

    sorry this didn’t do anything. I just went back in and cleared my cache and it is still the same and not wide.

    I see you added the code in and appreciate the time, but it didn’t do anything.

    Lisa

    #1103128

    My sincere apologies, i must not have cleared my cache, this did exactly what I needed.
    I created another thread as the mobile view shows the rows first, however I want to show all content in column 1 first then move on to next column content and so fourth? Does this make sense. This thread below has been open for a while. If you can help this would be great too.

    #1103129

    Sorry,
    Have noticed the colour of the font and the outline of the table isn’t consistent. Can I please have the colour to be white.
    See this page – https://program.eternalfitnessgrp.com.au/module-1/beginner-fitness-recruit-workout-1-day-1-2/

    Some have white font and some aren’t and hard to read. Can i please have CSS to make this font all white? Not sure why it is doing this?

    Lisa

    #1103384

    Hi Lisa,

    I apologize for my mistake, I was looking at the wrong page (private content, I thought it was the pricing table :D).
    I used a different Custom Css Class, called it mysection2, and replaced the css I gave to:

    #top .mysection .container,
    #top .mysection2 .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    #top .mysection2 .container {
        max-width: 90%;
    }
    
    #top .mysection .av-flex-placeholder {
        width: 2%;
    }

    Best regards,
    Nikko

    #1103387

    Hi Lisa,

    As for color of font and outline, it seems good on my end.
    Can you give us a screenshot of how it looks on your end? or is it fixed?

    Best regards,
    Nikko

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