Forum replies created
Hi Yigal,
Thanks for writing in!
Want to add text on top right of the header where you see the RSS & social media links
Please add the following code under your Appearance -> Theme Options -> Custom CSS:
#social:after {
content: "+94 703 51152";
color: #000000;
position: relative;
top: 22px;
left: 55px;
font-size: 22px;
}
@media screen and (max-width: 767px) {
#social:after {
top: 13px;
left: 0px;
}
}
This will give a look something like this: (see: http://prntscr.com/9vtre6), (see: http://prntscr.com/9vtqqt). Please set the values and change the text as per desire.
Hope this helps.
Thanks!
Hi there,
Thanks for the link!
Please add the code under your Appearance -> Theme Options -> Custom CSS:
@media only screen and (max-width: 700px) {
.shop_table .product-remove {
width: 3% !important;
}
table tbody tr td {
padding: 0px 3px !important;
}
.product-info {
margin-left: 102px;
margin-top: 20px;
}
.shop_table .product-thumbnail {
margin-right: 10px;
}
.shop_table {
position: relative;
right: 16px;
}
}
Hope this helps.
Thanks!
Hi There,
Thanks for writing in!
logo wouldnt show up in the sticky menu bar
Please add the following code instead to you custom CSS field:
.sticky-nav .normal_logo {
display: none;
}
the background color of the header from white to gray
Please insert the following code in your custom CSS field:
body #header-sticky.sticky-header {
background: #f6f6f6;
}
Hope this helps.
Thanks!
Hi there,
Thanks for writing in!
Would you mind providing your website’s link so that we can take a look into your setup and provide you with a possible solution.
Thank you!
Hi Juan,
Layout Width to 1600 px
Please add the following code under your Appearance -> Theme Options -> Custom CSS:
.alora-row {
max-width: 1600px !important;
}
Thank you!
Hi there,
Thanks for writing in!
In regard to updating theme; we’d refer you to the following link:
https://theme4press.com/docs/theme-installation-update/
Thank you!
Hi Alex,
Thanks for writing in!
Yes, please provide us with the link of your website and also some screenshots with the issue, so that we can take a closer look into your setup and provide with a tailored answer.
Thank you!
Hi Antony,
It seems to be a plugin conflict, I’d advise testing for a plugin conflict by deactivating all the third party plugins in your site, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Thank you!
Hi Antony,
Thanks for writing in!
Please provide us with your website URL so that we can take a look into your website and provide you with a detailed response.
Thank you!
Hi there,
Thanks for writing in!
Would you please provide us with the link of your website so that we can take a look into your setup and provide you with a tailored answer.
Thanks!