2 Beginner questions / center the text + issue header

8 replies · opened Feb 6, 2018

Mmailing-contactFeb 6, 2018

Hi,
i am using the http://themes.semicolonweb.com/html/canvas/v5/demo-app-landing.html as a beginner and i am just changing the content and some other things.

  1. I want to position of the
    "Beautiful Websites.
    Increased Conversions.
    Try It Free Watch the Video"

    in the mittle (center) of the site. How to do that?

  2. Same issue in your demo: When i use the desktop browser and change the size of the browser window, the header switch to the mobile header - this header is dark when you do that. now if you refresh the website (F5) the header gets white.... i want always the mobile white header. How to do that?

SSemicolon WebSTAFFFeb 7, 2018

Hello,

  1. Find the following code inside the #slider Container:

and replace it with:

  1. Resize is currently not supported for the Header Color Schemes. But this will be never be an issue since the User on Actual Mobile Devices will always get displayed with the Light Header Scheme.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Mmailing-contactFeb 8, 2018
  1. Great it worked!
    I have a picture which sould be displayed above the text.

Code:

div class="container dark clearfix">
						
							
								

**
![attachment](demos/app-landing/images/section/l.png)
**

								
								[Learn more](#)
								[ Watch the Video](https://www.youtube.com/watch?v=w02fI7pCfUI)

Where to place it in the code? Because right now its still on the left

Mmailing-contactFeb 8, 2018
  1. Great it worked!
    I have a picture which sould be displayed above the text.

Edited Code:

div class="container dark clearfix">
						
							
								

![attachment](demos/app-landing/images/section/l.png)

								
								[Learn more](#)
								[ Watch the Video](https://www.youtube.com/watch?v=w02fI7pCfUI)

Where to place it in the code? Because right now its still on the left

Mmailing-contactFeb 8, 2018

Please set the 2 code replys as private, i forgot it

Mmailing-contactFeb 9, 2018

Hi,

how can i set the image in the middle? i am a beginner.

attachment

div class="container dark clearfix">
                        
                            
                                
 

![attachment](demos/app-landing/images/section/l.png)

 
                                
                                [Learn more](#)
                                [ Watch the Video](https://www.youtube.com/watch?v=XXXXXXXX)
 
Mmailing-contactFeb 9, 2018

i mean this image in the center of the screen:

attachment

The "Learn More" and "Play video" is already in the center with this code <div class="col-md-12 center">

Mmailing-contactFeb 9, 2018

i mean this image in the center of the screen:

![attachment](demos/app-landing/images/section/l.png)

The “Learn More” and “Play video” is already in the center with this code

``

SSemicolon WebSTAFFFeb 14, 2018

Hello,

Simply replace the following code:


![attachment](demos/app-landing/images/section/l.png)

with the following:


![attachment](demos/app-landing/images/section/l.png)

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard