Site logo

Archived topic

Control padding on author.php page

3 replies · Started by Killian on May 16, 2017

Viewing posts 1–4 of 4

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?

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>

Thanks, worked perfectly

You're welcome :)

This archived topic is closed to new replies.