What's new

A code to show my page into two columns

Status
Not open for further replies.

jrockers

Honorary Poster
Joined
Jul 25, 2014
Posts
488
Reaction
308
Points
234
can someone share it here the code to show my page a into two columns.? i try to add this code in extra.css

.node .nodeText {
margin-right: 0 !important;
}

.node .nodeLastPost,
.node .tinyIcon {
display: none !important;
}

.node .forum.level_2,
.node .page.level_2,
.node .category_forum.level_2 {
width: 49%;
float: left;
min-height: 70px;
}

.nodeList .node.level_1 {
clear: both;
}


its working but have a big problem also the rss feeds is missing...

thanks in advance. :D
 
Dear jrockers,

Since 2 years have passed since the last reply in this thread, I am locking it to prevent necroposting. Feel free to start a new thread or contact any forum staff if you want this to be reopened.

Thread closed.
 
Status
Not open for further replies.

Similar threads

Back
Top