Home Forums Basel support forum Faq's

Faq's

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7347

    cg
    Participant

    Hi,

    1. How can I switch the title to the right and the breadcrumbs to the left?

    2. The Blog page with title disable shows a big gap: How can I reduce the gap/padding between the header and the 1st post fo the Blog page ONLY?

    3. Could you please update the faqs page? The faqs tabs on your demo don’t look right and it says that has been deprecated.

    Thank you.

    #7350

    Artem Temos
    Keymaster

    Hello,

    1. Please, send us a page with breadcrumbs on your website.

    2. Add this code to the custom CSS

    .blog .meta-post-categories {
    	display:none;
    }

    3. Could you please send some screenshot of the problem on our demo? Or did you have it after importing this dummy content page?

    Regards

    #7363

    cg
    Participant

    I just updated the theme and VC.

    1. See private content box for link of page with breadcrumbs (see attachment also).

    2. Thanks.

    3. See attachment

    4. I am using the 1/2 + 1/4 + 1/4 (two rows) footer setting. How can I move the top footer widget to the bottom? (see attachment)

    Thanks for your help.

    Attachments:
    You must be logged in to view attached files.
    #7374

    Artem Temos
    Keymaster

    Hi,

    1. Use this code snippet

    .title-design-default .entry-title {
    float:right!important;
    }
    
    .title-design-default .breadcrumbs {
    float:left!important;
    }

    3. Ok, try to recreate it with new tabs element please.

    4. We suggest you to create your footer as a HTML Block with Visual Composer and then place it to the widget area. Choose 1 column footer layout for this.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)