Forum replies created
Hi there,
Thanks for writing in, you can achieve that by the use of position attribute and some other CSS. Firstly, I require you to provide us with the link of your website so we can take a closer look into it and provide you with a possible fix.
Thanks.
Hi there,
Thanks for writing in, would you mind providing your website URL so I can take a look into your setup and provide you with a tailored answer. However, you can try this code under Appearance > Theme Options > Custom CSS:
.content {
padding-top: none;
}
Thanks.
You’re welcome! 🙂
Hi Eissa,
For re-sizing the height of menu bar, you can try for this CSS under Appearance > Theme Options > Custom CSS:
#mega-menu-wrap-primary-menu #mega-menu-primary-menu {
padding: 10px 0px 10px 0px !important;
}
To add margin under the main menu you can try this code:
.menu-header {
margin-bottom: 35px;
}
And to centralize the logo, you can insert following code into your custom CSS:
#logo-image {
margin: 0 auto;
float: none !important;
}
Lastly, about “evolve elements Page persons”, I’m not clearly sure about your need so please provide more clarification on that.
Thanks.
Hi Luizarios,
Would you mind providing the link of your website so we suggest you a possible way to achieve that.
Thanks.
Hi there,
Thanks for writing in,
Would you mind disabling the coming soon plugin for a while, so we take a closer look into your setup and provide you with a tailored response.
Thanks.
Hi there,
Thanks for writing in! Regretfully, this particular customization request would fall outside the scope of support we can provide. You may wish to consult a developer to assist you with this.
Thanks for understanding.
Hi Ron,
If you wish to achieve something like this http://prntscr.com/7karws. So you can try following code under Appearance > Theme Options > Custom CSS:
#primary {
background: #ffffff;
}
Thanks.
Hi there,
Thanks for writing in,
Please follow a correct way to install the theme. I’d refer you to this article to get your theme installed accurately https://theme4press.com/docs/theme-installation-update/.
Thanks.
We are glad that you solved that by yourself, resolving this topic! 🙂