Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #7115, comment 2


Ignore:
Timestamp:
07/03/2023 06:46:21 AM (3 years ago)
Author:
hiteshtalpada
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7115, comment 2

    initial v1  
    1 Css to fix this issues
     1CSS to fix these issues
     2
     3[[Image(https://drive.google.com/file/d/1OsbBIXT6BlDbW8yskT500RiaO_HsOe3L/view)]]
    24
    35{{{
    4 .single-handbook #content {
    5     margin-left: 0 !important;
    6     width: 100%;
    7     background-color: #fff;
     6@media (max-width: 876px) {
     7    .single-handbook #content {
     8        margin-left: 0 !important;
     9        width: 100%;
     10        background-color: #fff;
     11    }
    812}
     13
    914}}}