[Resolved] Control padding on author.php page

Home Forums Support [Resolved] Control padding on author.php page

Home Forums Support Control padding on author.php page

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

    I am trying control the padding on author.php page. As I have the page right now the text is right against the left edge when viewed on a small screen and mobile device http://www.artobatours.com/articles/author/killian-driscoll/ and I would like padding like on the other pages from your theme that I´m using http://www.artobatours.com/.

    I begin the author.php with

    
    <?php get_header(); ?>
    <div id="primary" <?php generate_content_class();?>>
    		<main id="main" <?php generate_main_class(); ?>>
    		<?php do_action('generate_before_main_content'); ?>
    

    as I hoped this would use the theme’s normal page. What do I need to fix the padding?

    #318905
    Tom
    Lead Developer
    Lead Developer

    What’s the rest of your template look like?

    Your content needs to be wrapped around this element:

    <div class="inside-article">
        Content in here
    </div>
    #319023
    Killian

    Thanks, worked perfectly

    #319054
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.