Best Premium and Free WordPress Themes › Forums › Corporate Plus › Squashed
- This topic has 5 replies, 2 voices, and was last updated 8 years, 5 months ago by acmethemes.
-
AuthorPosts
-
April 16, 2016 at 12:33 pm #5681seanjMember
All the widgets are squashed and tiny.
Contact is about 30 pixels wide.
How can I fix this?
Thanks,
SeánApril 16, 2016 at 4:44 pm #5686acmethemesKeymasterHello Seanj,
If you need additional design, you have to write some custom CSS for it. Please provide the site URL, we will check it and inform the best solutions.
ThanksApril 16, 2016 at 5:33 pm #5685seanjMemberApril 16, 2016 at 7:34 pm #5684seanjMemberI have updated the cs stylesheet s follows:
/*contact form*/
.contact-form {
width: 100%;
height : 500px;
background-attachment: fixed;
background-image: url(“assets/img/continents-bg.png”);
background-position: center 35px;
background-repeat: no-repeat;
background-size: cover;
}To no affect. It’s as if something is overriding the settings.
Ideally, I would send this to my employer, they would say fine and get the pro version but at the moment, it looks absolutely terrible…
Any ideas what I can do to set the contact form width?
April 16, 2016 at 7:39 pm #5683seanjMemberOK found it:
.inner-main-title {
position: relative;
width: 100%;
height: 2350px;
background-size: cover;
background-color: #2D2D2D;
text-align: center;
padding-top: 187px;
margin-bottom: 60px;
}Changed height from 35px to 2350px
Surely that should be part of the instruction?
April 17, 2016 at 12:24 pm #5682acmethemesKeymasterHello Seanj,
The width and height of contact form is already suitable on the site. What you want to do with this design? You want to increase the height of form or some what else? Please elaborate your question, we will provide you the best solutions.Thanks
-
AuthorPosts
- The topic ‘Squashed’ is closed to new replies.