• Below my menu I wanted to add an address line with contact information there. I can’t for the life of me figure this out. I added the space for it. I know it’s got to be simple…. I’m just missing something

    the site is: https://bestvaluecinemas.com/example1/

    Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • how did you add the space? adding text depends on the theme you’re using, you can try adding it in your index.php (best with a child theme)

    https://codex.www.ads-software.com/Template_Hierarchy

    Thread Starter hanus35

    (@hanus35)

    I added the space with custom css. So I have a like 200px of white space I want to add text to. I’m not sure if that’s how I should of added the space. I can always correct it if not. I look into working with the index.php. Any tips while I tweak would be helpful.

    you cannot add text with css, you need to use html for that.To do that you either insert it in the body of the page or in the template that displays the page.

    first you need to find the template that the page is using, you can do it from the back end >Pages, find the home page from Settings>Reading and then find the template file in your theme.

    then add the html you need.

    its not so easy if you never done it before,but its not so difficult if you read the documentation.

    always try it on a test environment.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add text to container on my site….’ is closed to new replies.