• Hey,
    My blog is here; https://republicaapparel.com/blog/?page_id=2.
    Ive modified the theme “thematic” to make it smaller, and aligned to the left, but I cant figure out how to adjust the Content part of the site so that things such as posts, and plug-ins are cut off like they are on the link. Any help would be much appreciated.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not entirely sure what your asking, but try adding this to your css.
    div#content
    {
    width:280px;
    }

    or modify this to say 280px to 290px.

    #content {
    margin:0 0 0 10px;
    width:400px;
    overflow:hidden;
    }

    It seems as if you have made the theme a bit too small ??

    Thread Starter atlantiscanyon

    (@atlantiscanyon)

    thanks perfect, worked perfect,consider this closed

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