imanwlas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text not seen on the rightIt worked as you said,
thank you and goodbye.Forum: Fixing WordPress
In reply to: Text not seen on the rightI tried this
.main {
padding-top: 0px;
}but nothing happened, did i do somethind wrong?
Forum: Fixing WordPress
In reply to: Text not seen on the rightPlaying around i found that this
.singular #post-21 {
padding: 0 0 0 0;
}solves the problem for one page, so i must find the post id for every page or is there an easier method?
Up to now i check each page (right click, inspect item) and i have written these
.singular #post-21 {
padding: 0 0 0 0;
}.singular #post-48 {
padding: 0 0 0 0;
}.singular #post-123 {
padding: 0 0 0 0;
}.singular #post-131 {
padding: 0 0 0 0;
}- This reply was modified 4 years, 4 months ago by imanwlas.
Forum: Fixing WordPress
In reply to: Text not seen on the rightThe
#branding .only-search + #access div {
padding-right: 20px;
}worked great and now the menu fits in one row,
are there any ideas on how could I narrow the gap seen below?I played around with the margins but didn’t work.
Forum: Fixing WordPress
In reply to: Text not seen on the rightwillem0, thanks for your time,
the first and the third proposals decreases the left space, as you can see below, in all pages, the second one doesn’t.
By using your first suggestion and playing around with it, when i changed the value 200 to 20 it stopped cutting the words on the right, without cutting also the menu bar which did the padding solution I mentioned..singular #content, #content {
margin: 0 200px 0 20px;
}
https://myprintscreen.com/s/1jwzp/7efe16dbd2——————————————————–
#content {
margin: 0 200px 0 20px;
}
https://myprintscreen.com/s/1jwzr/a69f01d24c——————————————————–
.singular #content {
margin: 0 200px 0 20px;
}
https://myprintscreen.com/s/1jwzt/eedf220b3aMy next task is to decrease the following spaces
https://prnt.sc/tqfcfhI would appreciate any suggestions offered.
Forum: Fixing WordPress
In reply to: Text not seen on the rightThe padding though leaves a white space in the menu
https://prnt.sc/tq5qhlDoes anyone know which attribute defines this space?
https://prnt.sc/tq5r16- This reply was modified 4 years, 4 months ago by imanwlas.
Forum: Fixing WordPress
In reply to: Text not seen on the rightI think i found it,
i added
padding-right: 100px;
in Customizing Additional CSS and it seems ok now,Thanks for your time, i don’t know how many hours i spent on this and it was as simple as that.
Forum: Fixing WordPress
In reply to: Text not seen on the rightFor example this is the text that should be seen in the first paragraph
https://myprintscreen.com/s/1595970678.3717710.png
and this is the text that is seen
https://myprintscreen.com/s/1595970955.60545001.png
I don’t need a second column, up to now the text was seen correctly, now it seems that it doesn’t change rows correctly.