Title: Confused with CSS
Last modified: August 21, 2016

---

# Confused with CSS

 *  [James](https://wordpress.org/support/users/petteri111/)
 * (@petteri111)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/)
 * Hello how do i raise up this text which is at the bottom ?
    Having problems with
   it
 * Have been fightning like 2 hours and decided to ask now :/
 * [toys store ](http://www.toys-store.fi)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649698)
 * To get two block elements aside one another, you give them each a width less 
   than 51% and then float them left.
 *     ```
       .column-content-wrapper,
       #cont-box-2 {
        width: 50%;
        float: left;
       }
       ```
   
 *  Thread Starter [James](https://wordpress.org/support/users/petteri111/)
 * (@petteri111)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649699)
 * wow !!
 * Thanks for quick answer.
    I will test this
 *  [Santosh](https://wordpress.org/support/users/santoshait/)
 * (@santoshait)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649704)
 * you need to use this property float:
    and use proper “width ”
 *  Thread Starter [James](https://wordpress.org/support/users/petteri111/)
 * (@petteri111)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649743)
 * Thanks for advices! im too noob with this, so i made my own custom
 * .last_column {
    clear: right; float: right; font-size: 1em; left: 442px; margin-
   right: 0 !important; top: -830px; width: 100%; }
 * I dont know why this category and this bottom text is compined to each other.
   At theme settings they supposed to be at seperated columns.
 * Is this bad code ? or is it ok 🙂
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649747)
 * Sorry, I don’t see how you can be too noob to just copy & paste my CSS code.
 *  Thread Starter [James](https://wordpress.org/support/users/petteri111/)
 * (@petteri111)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649753)
 * what should i do now ? to stretch this text to normal width
 * Maybe this theme is doing some tricks
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649781)
 * The class name in elements indicate that the theme or the plugin is using a css
   grid framework. In this case you do NOT need to touch or edit the css itself,
   you just have to study on the how to use this theme (or plugin that creates this).
 * Read more on the theme’s or plugin’s documentation, and go over the theme settings
   and make it right.
 *  Thread Starter [James](https://wordpress.org/support/users/petteri111/)
 * (@petteri111)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649794)
 * Ah ok, thanks
 * Need to ask this for theme developer.
    this worked at the morning but now it 
   went crazy 🙂
 * Thanks to all who reply!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Confused with CSS’ is closed to new replies.

## Tags

 * [CSS problem](https://wordpress.org/support/topic-tag/css-problem/)

 * 8 replies
 * 4 participants
 * Last reply from: [James](https://wordpress.org/support/users/petteri111/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/confused-with-css/#post-3649794)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
