Forum replies created
Hi Ed,
Thanks for writing in!
In order to suppress the top bar on mobiles, please add the following code under your custom CSS field:
@media only screen and (max-width: 767px) {
.header-v4 .header-social .alignleft {
display: none;
}
}
reduce the size of the logo in mobile view
Please add the following code into your custom CSS:
@media only screen and (max-width: 767px) {
.header-v4 #header {
padding: 0px 0px;
}
}
Hope this helps.
Thank you!
Hi Ed,
Thanks for the links! you may try using the following plugins:
Thank you!
Hi Sam,
Thanks for brief description!
It seems that you are using an old version of theme. Would you mind providing us with the link of your website so that we can take a look into your setup and provide you with a possible solution.
Thank you!
Hi Yacdaniel,
Thanks for clarifying!
You may use Google Maps coordinates to show the correct location. Upon testing, we achieved the right location (see: http://prntscr.com/a2nisi). In order to set any coordinates, you may use the following:
http://www.mapcoordinates.net/en
Hope this helps.
Thank you!
Hi Yacdaniel,
Thanks for writing in!
Upon checking, it seems to be showing correct address at our end (see: http://prntscr.com/a2my5a). Please make sure that you are addressing the map correctly.
Please follow the instructions to the following:
https://theme4press.com/docs/setting-up-the-contact-page/
Thank you!
Hi Jeff,
Thanks for clarifying! in such case you may refer to the following:
Thank you!
Hi Sam,
Thanks for writing in!
In order to remove the shadow around the button; please go to Appearance -> Theme Options -> Shortcodes -> Button. Regarding font of the button, please add the following code under Appearance -> Theme Options -> Custom CSS:
a.read-more.btn.t4p-button-default {
font-family: lato;
}
Hope this helps.
Thank you!
You’re welcome Harald! 🙂
Hi Egon,
Thanks for your confirmation! would you mind providing a little more clarification about the issue. Upon testing on all screen sizes, the search results are returning without author and comments.
Thank you!
Hi Harald,
Thanks for writing in!
In order to vertically center your primary menu symbol, please add the following code under your custom CSS field:
#nav ul li ul a.sf-with-ul:after {
top: 14px;
}
Hope this helps.
Thank you!