• Resolved mgo3

    (@mgo3)


    Hi,
    Any idea why the table is shown like that? I used “Fullwidth Templates for Any Theme & Page Builder” plugin and tried to add some margin because, after it, the table was literally to the edge of the screen. I suppose I did something wrong with css but I have restored now all the original css files for both plugins and comment the lines on additional css option for customizr plugin and it’s still showing weird margins.

    Any help please?

    Thank you very much,
    Miguel

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Somewhere, it seems, “Full width” is still selected/activated by the theme. You’ll have to find that in the theme settings or in the settings for this page and turn it off.
    You could also try adding a new page, and try again with that.

    Regards,
    Tobias

    Thread Starter mgo3

    (@mgo3)

    Hi,

    Thanks for the answer. I see that there are no margins now again. I want to use the full width theme but I need to add margin to the table. I tried to add that on tablepress css and on theme css but didn’t work.

    How could I do it?

    Thanks a lot!
    Miguel

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-1_wrapper {
        padding: 0 50px;
    }

    Regards,
    Tobias

    Thread Starter mgo3

    (@mgo3)

    It works!! thank you very much ?? and what’s the way to change the hover blue color? I tried:

    .tablepress thead tr:hover,
    .tablepress tfoot tr:hover {
      background-color: #881e33;
    	color:white;
    }

    but did not work

    Thanks a lot!
    Miguel

    Plugin Author Tobias B?thge

    (@tobiasbg)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Weird margins’ is closed to new replies.