1. fume
  2. Commercial Templates
  3. Thursday, 13 October 2022
  4.  Subscribe via email
I noticed that on some pages, the content text does not have the same margin as the headline or logo. The starting page is OK. The content comes from the RSPageBuilder! component.
https://drive.google.com/file/d/1XWr0sN_4Hl8FC54SuWgKhTytxnP85cjU/view?usp=sharing

The blog is provided by Joomla articles. Here the spacing does not fit.
https://drive.google.com/file/d/1b0UwuD81ClI3r3JiyKIa2QvNwEhBMVDe/view?usp=sharing

The gallery is provided by the Event Gallery component. Here the spacing does not fit either.
https://drive.google.com/file/d/1ozgXKF8_vlQ83pmAoOiyQG3AHPuD17Lm/view?usp=sharing

I hope I could explain the problem. What can be the reason?

Link to my page: https://www.mn-web.at
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

I am not sure if this helps but you can amend the horizontal spacing of the content area of your site by adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(edit to taste - 35px is default)

.maincontent {
padding-inline: 35px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
This does not seem to bring any improvement.

Greetings
Martin
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Ah my bad. Please use the following instead :)...

.maincontent {
padding-block: 35px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
This has no effect.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Maybe I misunderstand your request. The suggested CSS is been applied to your site and defines the size of the space above and below your main component area.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
What I mean is the left margin (look at the screenshots). On some sites are headline and content different.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.page-header {
margin-inline: 0;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!