• Sorry, I found another issue I am having. When I try to use three columns or something that has a width of 100%, this is what I get. I am not sure what is causing it. I have tried this using <div> tags and manual coding as well as using the Page Builder editor (Used the three column layout in the example link). It does it as well in the two column layout. This problem seems to only be in IE again, everything displays perfectly in Safari and Chrome. Got any ideas? This is an internal site, that’s why I can’t send you a link to it.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    if possible, could you please post here the source (HTML) code of the three columns area or some custom CSS that you have used for it?
    Maybe this custom CSS could help you:

    #wrapper .entry-content {
      float: left;
      width: 100%;
    }

    Best regards
    Tomas Toman

    Thread Starter errogers

    (@errogers)

    I will try this code today. Sorry for the delay, I have been out of the office.

    Thread Starter errogers

    (@errogers)

    I have tried the code you sent in Theme Options\Custom CSS as well as adding it directly to the style.css file, but neither had any effect. I the only change I have made to the actual style.css file, is this:

    .entry-headline {
    background: left 50% repeat-x url(images/pattern-headline.png);
    color: black;
    font-size: 27px;
    line-height: 140%;
    margin: 0 0 3px;
    position: relative;
    z-index: 50;
    }
    I had to make changes to this because in IE, the page title tag was not tall enough to show letters that some thing under them, such as g, y, p etc.

    I have even tried loading the style.css sheet that came with the theme and disabling all plugins, but am experiencing the same problems. Only experiencing this in IE. I did find that if I edit line #272 (#content) in the original style.css file, I can change the width of the content area, but trying to find a fix that will not overwrite each time.

    Any ideas?

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    if you would like to change the width of the content area, instead of editing the original “style.css”, I recommend you to insert the following custom CSS into “Theme Options > Other Settings > Custom CSS” (it will overwrite the default width defined in “style.css”):

    body #content {width: 734px;}

    If this does not help, please post here the source (HTML) code of the three columns area, I will check it.

    Best regards
    Tomas Toman

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Layout question / Problem’ is closed to new replies.