Viewing 8 replies - 1 through 8 (of 8 total)
  • WPyogi

    (@wpyogi)

    What theme are you using?

    Thread Starter kertoon

    (@kertoon)

    Genbu. By default it is well responsive. But I have it customized.

    WPyogi

    (@wpyogi)

    Thread Starter kertoon

    (@kertoon)

    The problem is the creator of this theme doesn’t seem to entertain to most queries.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    When you post theme specific queries in the general themes sub-forum you 99.9999% of the time won’t get an authoritative reply for your theme.

    Posting there really does improve your odds of getting help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Your site doesn’t look broken any more, did you fix it?

    Thread Starter kertoon

    (@kertoon)

    When I tested it on the above mention tool, for 240×320 format, the main content and right sidebar is slightly too wide. For 320×480, the main content is slightly off. For 768x 1024, the margin is gone. The two border line merged together.

    Thread Starter kertoon

    (@kertoon)

    Can someone help me with the media queries. This is the custom code which has morphed it to have two equal sidebar and have narrower margins.

    #main {
    padding: 10px;
    }
    .main-wrap {
    float: left;
    margin-left: 1rem;
    margin-right: 21rem;
    }
    #sidebar-primary-wrap {
    float: left;
    margin-left: 1rem;
    margin-right: -21rem;
    width: 20rem;
    }

    #sidebar-secondary-wrap {
    float: left;
    margin-right: -20rem;
    position: relative;
    width: 20rem;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Responsive Problem’ is closed to new replies.