• I am using the Responsive theme and enjoying it. However, I am trying to place two tables side by side within the post and having a hard time.
    I’ve tried to adjust the following properties in a custom-child theme.

    #container
    {max-width: 2000px;}
    #wrapper{
    	padding: 0;
    	margin: 0;
    }
    #visiting_stats
    {position: absolute;
    right: 0;
    top: 130px;
    }
    .content-blog
    {right: 0;}

    Is there a designated div or area of the CSS that determines the post size? I expanded the entire post and have tried positioning the table but there is still a lot of white space.
    Any help would be wonderful!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter joncards

    (@joncards)

    Been digging through the forums and haven’t found anything covering this. Please help!

    can you post the link?
    I wouldn’t recommend fiddling with size because it vary from one screen to another. Probably creating a new table class, from the existing is the best way to go.

    Thread Starter joncards

    (@joncards)

    My site is locally hosted so I can’t upload a link to it. I am working on a project for school. So would you take away the CSS messing with the “container, .content blog, etc.”? I have created a custom table class but have been having trouble fitting them together in the post area.

    Can you position a table or image for instance in the page post itself like this?

    #visiting_stats
    {position: absolute;
    right: 0;
    top: 130px;
    }

    Or would this be positioning in the whole html page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Responsive] Attempting to resize post width.’ is closed to new replies.