Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #977129

    Hi,

    Having trouble with this, despite following instructions in other posts.

    Added this code to the Quick CSS box

    #race_page_icons {
    max-width: 1084px;
    padding: 0 50px;
    margin: 0 50px;
    }

    “race_page_icons” is also in the text box under Grid Row > Custom Css class.

    Cleared cache and all that gubbins.

    I just want it to be the same width as the rest of the content on the page.

    Thanks

    #977207

    Hey SuperSportsUAE,

    Not sure that it is clear at all what you want to do.
    Can you please explain us a little bit better, because I see the buttons to be full width on the last section.

    Best regards,
    Basilis

    #977324

    The third row of icons is wider than the two above. The third row is made with the grid row element. I’d like to be able to make that row the same width as the other rows.
    The other rows were made using the column elements.

    Thanks

    #977459

    Hi SuperSportsUAE,

    Can you disable caching and minification for now?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #977540

    Caching off. No minification plugins, Enfold seems to handle it well. Details in private.

    #977995

    Hi SuperSportsUAE,

    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

    
    .responsive #av_section_1 .container {
        max-width: 100%;
        padding: 0px 30px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #978270

    Great, thanks, will try it out.

    #978392

    Hi,

    Thanks for the feedback. Please let us know if you have any luck with it or not.

    Best regards,
    Rikard

    #978399

    Didn’t make any difference – I even changed it to 70% and no change in the grid row on this page http://test.supersportsuae.com/races/run-series-dubai-uae/.

    Did empty cache.

    #979183

    Hi,
    Please try this css in your WordPress > Customize > Additional CSS:

    #av-layout-grid-1.av-layout-grid-container {
        max-width: 70% !important; 
        margin: auto !important; 
    }

    2018-06-28_224302

    Best regards,
    Mike

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