RMW RI
asked 10 years ago

01. Please help me to make variable width to a fixed width WallPress Theme?
02. In Demo Page (demo.designwall.com/#wallpress) First Post Size is Double than all others, How could I make this type of post?
03. What is the Code to Add ‘HOT” Ribbon in a Post?
I wish someone from Design-wall will give me proper solution. Thanks.

1 Answers
Wilfred
answered 10 years ago

Please find my answers for your issues as below:

Issue 1:
1. Go to Dashboard > Appearance > Customize > Website Setup
2 .Add the following code to Custom Css

 #main {
max-width: 1300px;
}

Note: change 1300px by value you want;

Issue 2: 
1. Go to Dashboard > Post > Edit post
2. In box Custom fields Click Enter new and add value like following image:

Click Add Custom field

Issue 3: 
1. Go to Dashboard > Post > Edit post
2. In box Custom fields Click Enter new and add value like following image:

Click Add Custom field
Hope this helps!

RMW RI
replied 10 years ago

Dear,
My Cordial thanks for you. All above option is worked.
Unfortunately I still have to bother you one more time. I am working with this theme (WallPress) here: http://softwarejagat.com/. Now in bigger screen everything float in center but
** I don’t understand why my header float in left side! it’s looking very ugly. If you please give me solution one more time **

or If you could tell me, How can I make center whole template? It’s really help me so much.

Dominic Staff
replied 10 years ago

To resolve this issue, You can log in to Dashboard > Theme > Customize > Website Setup then add the following code to the “Custom CSS”

#header {
padding-left: 140px;
}

@media (min-width:320px) and (max-width: 985px) {
#header {
padding-left: 4px !important;
}

#sidebar {
margin-left: 0px;
}
}

Powered by DW Question & Answer Pro