• Hello
    I got a problem with Fashionistas WordPress theme running on full HD resolution. It all looks good on every other screen resolution but when it comes to Full HD I got my sidebar on the lower part of the screen instead of the position on the right from the content part. I tried everything to get it working but I failed. Do you know what could be the problem? Site link is https://www.kawiarniany.pl and here is the CSS that I’m using:

    /* LAYOUT
    ———————————————– */
    .container {
    width: 90%;
    }
    .content-area {
    width: 90%;
    float: left;
    }
    .site-content {
    margin: -30px 0 0 0px;
    }
    .site-sidebar {
    width: auto;
    float: right;
    margin: -50px -50px 0 -300px;
    }

    So I got something like on the lower part of that screenshot here:
    https://www.kawiarniany.pl/wp-content/uploads/2017/03/Untitled.png

    Btw. Do you know how to get rid of the blank space marked on red and how to get that first menu (home etc) to be full width over the content and sidebar parts of the site?

Viewing 1 replies (of 1 total)
  • Hello @kawiarnianypl,

    It looks like you have significantly modified main stylesheet. Please note that you can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme. Otherwise you can lose your modifications after theme update.

    You can download unmodified theme and compare CSS rules with .content-area and .site-sidebar selectors.

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with Full HD resolution’ is closed to new replies.