Home Forums Basel support forum Boxed layout

Boxed layout

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #31909

    Bioterrarium
    Participant

    It’s possible to have footer boxed as the layout boxed, box the top-bar?

    Thanks

    Kind regards

    #31923

    Artem Temos
    Keymaster

    Hello,

    You can enable boxed layout for the whole website in Theme Settings -> General layout -> Site width -> Boxed.

    Regards

    #32019

    Bioterrarium
    Participant

    Hi know that, my answer was different, I talking about the footer, because my footer remains full-width, when put boxed layout in theme layout settings.I ask if it is this should suppose to be right or not.

    Thanks

    Regards

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

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website so we can check it?

    Thank you

    #32028

    Bioterrarium
    Participant

    Yes for sure

    #32031

    Artem Temos
    Keymaster

    It seems that you have some HTML changes in our theme template structure. Could you please try to update the theme to the latest version and try to disable all extra plugins?

    #32032

    Bioterrarium
    Participant

    I try, anyway I have installed the last version, I bought basel just few days ago, where I can find the latest theme version?

    #32034

    Bioterrarium
    Participant

    It’s possible to update your theme in this very simple way?

    Step 1 – Log into your WordPress Dasrdoard.

    Step 2 – Go to Appearance > Themes.

    Step 3 – Deactivate the Basel Theme by simply activating a different theme. Once you activate a different theme, you can delete the theme.

    Step 4 – Delete the Basel Theme. Do not worry, your content will not be lost!

    Step 5 – Then simply upload the new “Baseltheme.zip” file in the Appearance > Themes section. Click on the Install Themes tab at the top and choose to upload the zip file.

    Usually I use this method with other template and works good.

    #32038

    Artem Temos
    Keymaster

    Yes, you can update it in the same way. But you don’t need to do this if you downloaded it a few days ago.

    Could you please provide us your admin and FTP access so we can check what is wrong there?

    #32047

    Bioterrarium
    Participant

    Thanks yes this is my ftp credential.

    Regards

    #32049

    Artem Temos
    Keymaster

    Could you please provide us your admin access too?

    #32056

    Bioterrarium
    Participant

    Yes sorry

    #32065

    Artem Temos
    Keymaster

    We found that you closed unnecessary div in Theme Settings -> Header -> Top bar https://prnt.sc/hxls7w

    #32066

    Bioterrarium
    Participant

    Thank you very much that was only way that I found for formatted properly the shortcodes on the top bar, otherwise is not showing properly, you can give me some tips to add properly code in top bar section?

    Thank you very much for your help

    Regards

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

    Artem Temos
    Keymaster

    Try to use the following HTML code

    <div class="top-bar-custom-text"><i class="fa fa-phone-square" style="color:white;"> </i> OUR PHONE NUMBER: +77 (756) 334 876</div> <div class="top-bar-custom-icon"> [social_buttons]</div>

    and add this snippet to the custom CSS

    Global Custom CSS

    .top-bar-left{
       display: flex;
       align-items: center;
       justify-content: space-between;
       padding: 10px 0;
    }

    Custom CSS for mobile landscape

    .top-bar-left .top-bar-custom-icon{
       display: none;
    }
    .top-bar-left{
       display: block;
    }

    Regards

    #32144

    Bioterrarium
    Participant

    I’m really thankful works like a charme now.

    Regards

    #32189

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Boxed layout’ is closed to new replies.