Question on mobile version

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeQuestion on mobile version

This topic has been marked as not resolved.

Good afternoon! Tell me how.
I do not like the logo in the mobile version on our website.
I want to do as you do on the demo version.
And I have on the site the price is displayed to the right of the manufacturer, it looks like the text is stuck together. Can not you make the price appear on a new line?

February 19, 2018 at 8:32 am #63610

Good day!
In the blog, the image is zoomed into text.
And the problem with the SEO link in the article.
Please tell me how to fix it.

February 24, 2018 at 7:38 pm #63662

Hi,

We are sorry we were not able to help you in time. In fact our entire support service has been missing for the last 30 days due to company issues. For a very short period we’ve left without any staff to handle requests and it took us some time to resolve this problem. We’ve now managed to restore our service and support will be provided with the normal rate.

About your problems:

1) Here is some extra CSS that will put your logo on one line with the menu buttons:

@media (max-width: 768px) {
  .tbLogoCol {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
}

2) Price will go on a single row if you use this extra CSS:

@media (max-width: 768px) {
  .tb_system_product_price {
    min-width: 300px;
  }
}

3) The size of your blog post image can be changed from the Blog module settings:

https://i.imgur.com/H573hpp.png

You need to make sure that the original image is bigger than the selected crop size.

4) Each blog article has a dedicated field to insert a url value:

https://i.imgur.com/GCXxQbD.png

Url value can also be auto generated on article saving, if you enable this feature from blog settings:

https://i.imgur.com/3heuYcA.png

BR,
ThemeBurn team

March 30, 2018 at 3:05 pm #63844
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.