• Hello,

    I thoroughly read all the posts, and I certainly join the group of Preference lovers.

    I have a problem, that I can not solve by myself however.

    The width of the pages became fixed to the the sceean vertical borders, regardless of chosen rosolution. Reverting to original style.css does not seem to work.

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    Not quite sure I understand what you are referring to, perhaps a bit more detail and/or a link to your site where this is happening?

    Thread Starter Pigsell

    (@pigsell)

    I’m sorry,

    I meant the horizontal borders. Here are the links:

    The site with the problem:
    https://gig-art.pl/

    Subdomain, where everything is fine:
    https://events.gig-art.pl/

    Theme Author Styled Themes

    (@gejay)

    Basically you are saying your page width is full width (which is should not be) but your other site is as it should be?

    If so, I took a quick look and on the one that is full width, the page container with an ID of centered-wrapper has no styling; it should be this:

    #centered-wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 6px;
    }

    Did you make any theme file changes/modifications? I didn’t look further in the code but it looks like that was taken out and not sure if other code was changed or removed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page width’ is closed to new replies.