• charlesgodwin

    (@charlesgodwin)


    I have a data project with 6 pages. My problem is getting some way to distinguish each tab.

    Here is my example https://www.screencast.com/t/keYWynH1MSsp

    I tried using code manager to insert some CSS. But it’s either not right or I am not using code manager properly. I suspect the CSS. Here’s what I tried.

    li.wpdadataproject_menu_item {
      border-radius: 10px !important;
      border: 3px solid #000; !important
    }
    
Viewing 1 replies (of 1 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Charles,

    You can change your Data Projects menu into a responsive like menu. The responsive menu appears if you decrease the width of your page to less than 800px.

    You can achieve the same or a similar effect by changing the CSS for Data Forms. Please search for file wpda_data_forms.css, open it and scroll to the end of the file. If you copy the whole CSS inside:

    @media only screen and (max-width: 800px) {
      ... THIS IS WHAT YOU NEED ...
    }

    And paste it into you web page, you’ll have a responsive menu by default.

    Does this help?
    Peter

Viewing 1 replies (of 1 total)
  • The topic ‘Page tabs in data project’ is closed to new replies.