Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1135007

    We have a URL typed into a table to display tabular data. The responsive styling is set to adjust the table to screen size. On a medium sized macbook screen or surface pro on URL bleeds through the edge of the table.

    #1135053

    Hey leahmessina,

    Add this to quick css:

    @media only screen and (max-width: 1500px)  {
    #awos table tr:last-of-type td:nth-child(2) a{
    font-size:12px!important;
    }}

    Best regards,
    Jordan Shannon

    #1135080

    Hi, I do not see any changes using this code. Please see the private section.

    #1135084

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1135116

    I went in and added the css to the top, initially it was at the bottom. I also cleared the SG optimizer a couple of times and I checked it from a chrome incognito browser. Still no change.

    #1135147

    Hi,

    And just to be sure, you mean the last row second column correct?

    Best regards,
    Jordan Shannon

    #1136134

    Correct, FAA URLii

    #1136298

    Hi,

    Please provide admin info so we can login and look into this further.

    Best regards,
    Jordan Shannon

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